SetVehicleWheelColor
This sets the color of a vehicle wheels. This uses the normal vehicle colors.
- vehicle: parameter input should be in Vehicle type
- color: parameter input should be in int type
{{#tag:syntaxhighlight| Vehicle.SetVehicleWheelColor(vehicle, 45) |lang=csharp}} }}