Exports

Usage is as follows.

exports["stache-phone"]:GetSTPCustom()
GetSTPCustom

Allows you to export and use all defined functions.

SendMail

It Allows You to Send Mail.

Parameters:

  • From (string) (mail)

  • To (string) (mail)

  • Subject (string) (Text)

  • Content (string) (Text)

  • Time (int) (time)

BluePagesDeleteAdvert

Allows you to delete advertisements in Bluepages

Parameters:

  • ID (string) (Advert ID)

BluePagesDeleteAdvertPhoneNumber

Allows you to delete advertisements in Bluepages

Parameters:

  • PhoneNumber (string) (Phone Number)

TwitterDeletePost

Use to delete post in Kiwitter (Twitter) application

Parameters:

  • ID (string) (Post ID)

AddMoneyToCard

Allows Adding Money to your account.

Information: If you write "main" in the CardID section, you will send it to the other person's cash, i.e. main account.

Parameters:

  • CardID (string) (Card ID)

  • Amount (int) (Value)

  • CitizenID (string) (identifier)

  • Author (string) (Text)

RemoveMoneyFromCard

Allows Remove Money to your account.

Information: If you write "main" in the CardID section, you will send it to the other person's cash, i.e. main account.

Parameters:

  • CardID (string) (Card ID)

  • Amount (int) (Value)

  • CitizenID (string) (identifier)

  • Author (string) (Text)

GetPlayerMail

It allows you to find out the player's e-mail address from his phone or identifier information.

Parameters:

  • cb (function) (Callback)

  • identifier (string) (Player Identifier)

  • PhoneNumber (string | int) (Player Phone Number)

Last updated