Skip to main content

Vehicle::setNeonLightsColour

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

More info: pastebin.com/G49gqy8b

Syntax

```js vehicle.setNeonLightsColour(r, g, b); ```

Required Arguments

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

Return value

  • Undefined

Example

```js // todo ```

See also