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

Player::socialClub

Материал из RAGE MP Wiki Archive
Версия от 17:04, 17 мая 2019; imported>RoboN1X (category)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

This property returns players social club name.

Note: this property is read-only.

Getter

  • String Rockstar Social Club player name

Example

Show socialClub

Server-Side
mp.events.add('playerJoin', player => {
    console.log(`[SERVER]: SocialClub: ${player.socialClub}`);
});

See Also