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

Vehicle::setNeonLightsColour

Материал из RAGE MP Wiki Archive

Sets the color of the neon lights of the specified vehicle.

More info: pastebin.com/G49gqy8b

Syntax

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

Required Arguments

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

Return value

  • Undefined

Example

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

See also