Player::serial

From RAGE Multiplayer Wiki
Revision as of 12:58, 30 April 2019 by RoboN1X (talk | contribs) (category)

This property returns players serial.

Note: this property is read-only.

Example

Server-Side
let playerSerial = player.serial;
player.outputChatBox("Your Serial is: " + playerSerial);

See Also