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

GetPlayerSocialClubName

Материал из RAGE MP Wiki Archive
Версия от 21:50, 22 декабря 2022; imported>Xabi
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

Returns the socialclub name of the player.


string NAPI.Player.GetPlayerSocialClubName(Player player);

Parameters

  • player: Parameter input should be in Player type.

Example

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