SetJetpackMaxHeight

From Multi Theft Auto: Wiki
Revision as of 12:14, 6 May 2009 by Mekorea (talk | contribs)
Jump to navigation Jump to search

This function changes the maximum flying height of jetpack.

Syntax

bool setJetpackMaxHeight ( float Height )

Required Arguments

  • Height: unknown, try values between -20 and 20


Returns

Returns true if successful, false otherwise.


Example

Click to collapse [-]
Client
--TODO

See Also