function
getPlayerSerial (server-side)
Available since version: 0.0.1
Note
The function can return null
if player isn't connected.
This function will get the player serial.
Serial is used to uniquely idientify each player.
Declaration
string getPlayerSerial(int id)
Parameters
int
id: the player id.
Returns string
the player serial.