Перейти к содержанию

GetPlayerAddress

Материал из RAGE MP Wiki Archive

Get the address of the player

Syntax

<syntaxhighlight lang="C#" >string NAPI.Player.GetPlayerAddress(Player player);</syntaxhighlight>

Required Arguments

  • player: parameter input should be in Player type.

NOTE: This function returns data in string type.

Usage example(s)

Example Description <syntaxhighlight lang="C#" >NAPI.Player.GetPlayerAddress(player);</syntaxhighlight>