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

Player::setHairColor

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

Used for freemode (online) characters.

Syntax

<syntaxhighlight lang="javascript">player.setHairColor(colorID, highlightColorID);</syntaxhighlight>

Required Arguments

  • colorID: int
  • highlightColorID: int

Return value

  • Undefined

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also