PLAYER:aphone_GetID()
Return SQL ID of the user
aphone.GetNumber(int id)
Use this function only for offline IDs, if the player is connected, use aphone_GetNumber player meta to avoid any collision numbers
Return the number-formatted ID
PLAYER:aphone_GetNumber()
Get number of a player
aphone.GetName(player/aphone_id e)
Return the name of the player. Will search in this order
Contact name -> If Player, return name -> Return number-formatted ID
Only Exist Clientside
Last updated