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
Syntax
void NAPI.Vehicle.SetVehicleWheelType(Vehicle vehicle, int type);
Required Arguments
- vehicle: parameter input should be in Vehicle type
- type: parameter input should be in int type
Example
C# Syntax
Parameters
- vehicle: parameter input should be in Vehicle type
- type: parameter input should be in int type
Example
NAPI.NAPI.Vehicle.SetVehicleWheelType(vehicle, 5);