Exports

circle-info

Usage is as follows.

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

Allows you to export and use all defined functions.

chevron-rightSendMailhashtag

It Allows You to Send Mail.

Parameters:

  • From (string) (mail)

  • To (string) (mail)

  • Subject (string) (Text)

  • Content (string) (Text)

  • Time (int) (time)

chevron-rightBluePagesDeleteAdverthashtag

Allows you to delete advertisements in Bluepages

Parameters:

  • ID (string) (Advert ID)

chevron-rightBluePagesDeleteAdvertPhoneNumberhashtag

Allows you to delete advertisements in Bluepages

Parameters:

  • PhoneNumber (string) (Phone Number)

chevron-rightTwitterDeletePosthashtag

Use to delete post in Kiwitter (Twitter) application

Parameters:

  • ID (string) (Post ID)

chevron-rightAddMoneyToCardhashtag

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)

chevron-rightRemoveMoneyFromCardhashtag

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)

chevron-rightGetPlayerMailhashtag

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