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

Vehicle::setCustomPrimaryColour

Материал из RAGE MP Wiki Archive
Версия от 23:48, 6 мая 2017; imported>Marty uploader (yay)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

p1, p2, p3 are RGB values for color (255,0,0 for Red, ect)

Syntax

<syntaxhighlight lang="javascript">vehicle.setCustomPrimaryColour(r, g, b);</syntaxhighlight>

Required Arguments

  • r: int
  • g: int
  • b: int

Return value

  • Undefined

Example

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

See also