SetJetpackMaxHeight

From Multi Theft Auto: Wiki
Revision as of 12:04, 6 May 2009 by Mekorea (talk | contribs) (New page: __NOTOC__ {{Client function}} This function can be used to change jetpacks max flying height. ==Syntax== <syntaxhighlight lang="lua"> bool setJetpackMaxHeight ( float Height ) </syntaxhighlight> ===Required Argumen...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This function can be used to change jetpacks max flying height.

Syntax

bool setJetpackMaxHeight ( float Height )

Required Arguments

  • Height: todo

Returns

Returns true if successful, false otherwise.

Example

TODO


See Also