SetJetpackMaxHeight: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 24: Line 24:
==See Also==
==See Also==
{{Client_world_functions}}
{{Client_world_functions}}
[[Category:Needs Example]]

Revision as of 12:36, 6 May 2009

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

Click to collapse [-]
Client
--TODO

See Also