Player::ip

From RAGE Multiplayer Wiki
Revision as of 11:39, 26 October 2018 by Rootcause (talk | contribs) (Replaced HTML with template)

This property returns players ip adress.

Note: this property is read-only.

Example

Server-Side
let playerIP = player.ip;
player.outputChatBox("Your IP is: " + playerIP);

See Also