SetJetpackMaxHeight

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

<pageclass class="client" subcaption="Client-side function"></pageclass> <lowercasetitle></lowercasetitle> 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

<section name="Client" class="client" show="true">
--TODO

</section>

See Also