Exports
Client
GetUID(serverId)
Gets the UniqueID from a ServerID.
Parameters:
serverId - number
- The player server id
Returns:
number
- The player unique id
Example:
Server
GetID(uniqueId)
Gets the ServerID from an UniqueID.
Parameters:
uniqueId - number
- The player unique id
Returns:
number
- The player server id
Example:
ChangeUID(old_uid, new_uid)
Changes the player UniqueID.
Parameters:
old_uid - number
- The player current unique id
new_uid - number
- The player new unique id
Example:
Last updated