Skip to main content

SetVehicleWheelType

This function sets the type of the vehicle wheels.

Wheel Types

  • 0: Sport

  • 1: Muscle

  • 2: Lowrider

  • 3: SUV

  • 4: Offroad

  • 5: Tuner

  • 6: Bike Wheels

  • 7: High End

  • vehicle: parameter input should be in Vehicle type

  • type: parameter input should be in int type

{{#tag:syntaxhighlight| NAPI.Vehicle.SetVehicleWheelType(vehicle, 5); |lang=csharp}} }}