Player::serial

From RAGE Multiplayer Wiki
Revision as of 17:03, 17 May 2019 by RoboN1X (talk | contribs) (category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This property returns player's client serial.

Note: this property is read-only.

Example

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

See Also