GTA V NativesvehicleVehicle::setCustomSecondaryColourOn this pageVehicle::setCustomSecondaryColourp1, 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