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