GTA V NativesvehicleVehicle::setNeonLightsColourOn this pageVehicle::setNeonLightsColourSets 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