SetVehicleEnginePowerMultiplier
This function sets the vehicle's engine power multiplier. It will activate for the player that enters this vehicle and drives it.
- vehicle: parameter input should be in Vehicle type
- mult: parameter input should be in float type
{{#tag:syntaxhighlight| Vehicle.SetVehicleEnginePowerMultiplier(vehicle, 5.0f); |lang=csharp}} }}