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

SetPlayerNametag

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

Sets player nametag.


void NAPI.Player.SetPlayerNametag(Player player, string text);

Parameters

  • player: parameter input should be in Player type
  • text: parameter input should be in string type

Example

<syntaxhighlight lang="csharp"> NAPI.Player.SetPlayerNametag(player, "BeastPlayerXYZ"); </syntaxhighlight>