SetVehicleSecondaryColor
This function sets the vehicle's secondary color.
- vehicle: parameter input should be in Vehicle type
- color: parameter input should be in int type
{{#tag:syntaxhighlight| Vehicle.SetVehicleSecondaryColor(vehicle, 45); |lang=csharp}} }}