Skip to main content

Vehicle::setCustomSecondaryColour

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

Syntax

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

Required Arguments

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

Return value

  • Undefined

Example

```js // todo ```

See also