This command sets the Z offset of the vehicle's center of mass when performing a wheelie. In order to perform a wheelie, the vehicle must be stopped or nearly stopped.
Syntax
SetWheelieOffsetZ( offset );
Game.SetWheelieOffsetZ( offset )
- offset: Sets the Z offset of the vehicle's center of mass when performing a wheelie. Positive numbers are forward, negative are backward.
Examples
SetWheelieOffsetZ(0.2);
Game.SetWheelieOffsetZ(0.2)
Notes
See SetWheelieOffsetX and SetWheelieOffsetY to set offsets for the other two axes.