SetJetpackMaxHeight

From Multi Theft Auto: Wiki
Revision as of 12:35, 6 May 2009 by Ryden (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This function changes the maximum flying height of jetpack.

Syntax

bool setJetpackMaxHeight ( float Height )

Required Arguments

  • Height: The max height starting at approximately -20.

Returns

Returns true if successful, false otherwise.


Example

Click to collapse [-]
Client
--TODO

See Also