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
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 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