Skip to main content

Vehicle::setExtraColours

They use the same color indexs as SET_VEHICLE_COLOURS.

Syntax

```js vehicle.setExtraColours(pearlescentColor, wheelColor); ```

Required Arguments

  • pearlescentColor: int
  • wheelColor: int

Return value

  • Undefined

Example

```js // todo ```

See also