DoesPedHaveJetPack

From Multi Theft Auto: Wiki
Revision as of 19:58, 25 May 2008 by Arc (talk | contribs)
Jump to navigation Jump to search

Checks whether or not a ped currently has a jetpack.

Syntax

bool doesPedHaveJetPack ( ped thePed )

Required Arguments

  • thePed: the ped you want to check

Returns

Returns true if the ped is carrying a jetpack, false if he is not or an invalid element was passed.

See Also