GetPlayerSocialClubName
Returns the socialclub name of the player.
C# Syntax
bool NAPI.Player.GetPlayerSocialClubName(Client player);
Parameters
- player: Parameter input should be in Client type.
Example
NAPI.Player.GetPlayerSocialClubName(player);