SetVehicleNeonColor
This function sets the neon color of a vehicle with an RGB value.
- vehicle: parameter input should be in Vehicle type
- r: parameter input should be in int type
- g: parameter input should be in int type
- b: parameter input should be in int type
{{#tag:syntaxhighlight| Vehicle.SetVehicleNeonColor(vehicle, 255, 0, 0); |lang=csharp}} }}