Documentation
  • 📄TeamsGG Documentation
    • Common Errors
  • Paid Scripts
    • 📱Phone
      • 🧠Installation
      • 🦄Unique phones
      • 💿Configure
      • ⏭️Exports
        • Client side
        • Server side
      • 🪛Commands
      • 🍎Custom apps
    • ☎️Boomer Phone
      • 🧠Installation
      • 🦄Unique phones
      • ⏯️Exports
        • Client side
    • 🏠Properties
      • 🧠Installation
      • 💿Configure
      • 🐚Add More Shells
      • ⏭️Exports
        • Client side
          • GetCurrentPropertyId
          • GetCurrentProperty
          • IsPointInsideProperty
          • OpenPropertyMenu
          • AddKey
          • RemoveKey
          • SetWaypointToProperty
          • GetAllProperties
          • GetKeyHolders
          • PoliceRaidDoor
        • Server side
          • GetAllProperties
          • AddKey
          • RemoveKey
          • ToggleDoorlock
          • GetPlayersInProperty
          • GetKeyHolders
          • DeleteProperty
          • AddStarterApartment
      • 👜State bags
    • 🏦Banking
      • 🧠Installation
      • ⏯️Exports
        • Client side
        • Server side
    • 💸Billing
      • 🧠Installation
      • ⏭️Exports
        • Client side
        • Server side
    • 📊Hud
      • 🧠Installation
      • ⏭️Exports
        • Client side
    • 📦Storage Units
      • 🧠Installation
Powered by GitBook
On this page
  • Cell broadcast​
  • Toggle verified badge(social)
  • Reset the phone's pin
  • Change the Social media account's password
  • Recover the SIM card number
  • Change the phone's SIM card number
  • Create a SIM card as an item
  1. Paid Scripts
  2. Phone

Commands

PreviousServer sideNextCustom apps

Last updated 3 months ago

Cell broadcast

Used to trigger the cell broadcast system in-game. (Admin only)

You can configure it in - server/custom/functions/commands.lua

Usage:

/cellBroadcast <source> <title> <content> <iconUrl(optional)>

Hint: Use quotes for the title and content.

Example:

/cellBroadcast -1 "Emergency broadcast" "This is a test message"

Toggle verified badge(social)

Used to toggle the verified status of a social media account. (Admin only)

You can configure it in - server/custom/functions/commands.lua.

Usage:

`/toggleVerified <app> <username> <verified>.

Hint: Use quotes for usernames.

Example:

/toggleVerified "instashots/y" "johndoe" "on/off"

Reset the phone's pin

Used to reset phone pin by phone db id. (Admin only)

You can configure it in - server/custom/functions/commands.lua

Usage:

/resetPin <phoneId> <newPin>

Example:

/resetPin 99 1337

Change the Social media account's password

Used to change a password for a user's social media account. (Admin only)

You can configure it in - server/custom/functions/commands.lua

Usage:

/changePassword <app> <username> <password>

Example:

/changePassword "instashots/y" "johndoe" "pass@word"

Recover the SIM card number

Recover a SIM card on a new phone(when stolen or lost). (Admin only)

Note: The old phone's SIM card will be changed.

You can configure it in - server/custom/functions/commands.lua

Usage:

/recoverSimCard <phoneNumberToRecover> <currentPhoneImei>

Example

/recoverSimCard 0881337 "D8A4CA328B55DA9"

Change the phone's SIM card number

Change the sim card number for a given phone. (Admin only)

The new number MUST match the phone number generation in the config.

You can configure it in - server/custom/functions/commands.lua

Usage

/changeSimCard <newPhoneNumber> <currentPhoneImei>

Example

/changeSimCard 0881337 "D8A4CA328B55DA9"

Create a SIM card as an item

Create a SIM card as an item to later insert in a phone(Admin only)

/createSimCard <simCardNumber>

The new number MUST match the phone number generation in the config. Read more about

📱
🪛
​
SIM Cards configuration