SetJetpackMaxHeight

From Multi Theft Auto: Wiki
Revision as of 12:35, 6 May 2009 by Ryden (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: The max height starting at approximately -20.

Returns

Returns true if successful, false otherwise.


Example

Click to collapse [-]
Client
--TODO

See Also