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

Player::hairHighlightColor

Материал из RAGE MP Wiki Archive
Версия от 05:26, 31 мая 2019; imported>Micaww (Created page with "This property returns the player's secondary hair color. '''Note: This property is read-only.''' == Getter == * {{RageType|number}} The player's hair highlight color == Exa...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

This property returns the player's secondary hair color.

Note: This property is read-only.

Getter

  • number The player's hair highlight color

Example

Server-Side
const player = mp.players.at(0);

player.setHairColor(5, 3);

const highlightColor = player.hairHighlightColor; // highlightColor is 3

See Also