GetPlayerAddress

From RAGE Multiplayer Wiki

Get the address of the player

Syntax

string NAPI.Player.GetPlayerAddress(Player player);

Required Arguments

  • player: parameter input should be in Player type.

NOTE: This function returns data in string type.

Usage example(s)

Example Description

NAPI.Player.GetPlayerAddress(player);