SetJetpackMaxHeight: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(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...)
(No difference)

Revision as of 12:04, 6 May 2009

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