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