HandlingSetSuspensionForceLevel
From Multi Theft Auto: Wiki
Sets the suspension force level of a handling element. This is the strength of the suspension springs.
Syntax
bool handlingSetSuspensionForceLevel ( handling theHandling, float force )
Required Arguments
- theHandling: the handling of which you want to change the suspension force.
- force: the force to set.
Returns
Returns true on success, false in case of failure.
Example
--TODO