Server-side exports
Here you can find all the server-side exports of our phone.
setPlayerPhoneNumber(source, number)
setPlayerPhoneNumber(source, number)
Sets a specified online player's phone number. It does not modify the number inside the database! Only in the players cache.
getPlayerPhoneNumber(source)
getPlayerPhoneNumber(source)
Gets a specified online player's phone number.
getPlayerBankNumber(source)
getPlayerBankNumber(source)
Gets a specified online player's bank number.
setPlayerBankNumber(source, number)
setPlayerBankNumber(source, number)
Sets a specified online player's bank number. It does not modify the number inside the database! Only in the players cache.
getPlayerMailAddress(source)
getPlayerMailAddress(source)
Gets a specified online player's mail address.
getPlayerTwitterEmail(source)
getPlayerTwitterEmail(source)
Gets a specified online player's twitter mail address.
getPlayerTwitterData(source)
getPlayerTwitterData(source)
Gets a specified online player's twitter data.
sendMessageToNumber(number, from, content, attachments)
sendMessageToNumber(number, from, content, attachments)
Sends a message to the specified phone number, notifies the player with that number if online.
sendMessageToPlayer(playerSource, from, content, attachments)
sendMessageToPlayer(playerSource, from, content, attachments)
Sends a message to the specified online player.
Last updated
Was this helpful?