๐Ÿช›Commands

cellBroadcastโ€‹

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"

toggleVerified

Used to toggle 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 username.

Example:

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

resetPin

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

changePassword

Used to change a password for 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"

recoverSimCard

Recover Sim Card on a new phone(when stolen, 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"

changeSimCard

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

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

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

Usage

/changeSimCard <newPhoneNumber> <currentPhoneImei>

Example

/changeSimCard 0881337 "D8A4CA328B55DA9"

Last updated