SetJetpackMaxHeight

From Multi Theft Auto: Wiki
Revision as of 21:56, 24 August 2009 by Sebassje (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