GTA V NativesvehicleVehicle::setExtraColoursOn this pageVehicle::setExtraColoursThey 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