GetVehicleMaxTraction
Returns the vehicle's max traction.
- model: parameter input should be in VehicleHash type
NOTE: This function returns the traction in float type.
{{#tag:syntaxhighlight| float maxTraction = Vehicle.GetVehicleMaxTraction(model); |lang=csharp}} }}