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

ResetPlayerNametag

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

Resets the nametag set with SetPlayerNametag.


void NAPI.Player.ResetPlayerNametag(Player player);

Parameters

  • player: Parameter input should be in Player type.

Example

<syntaxhighlight lang="csharp"> NAPI.Player.ResetPlayerNametag(player); </syntaxhighlight>