Weapon::canUseOnParachute: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 April 2024

  • curprev 08:1808:18, 25 April 2024Shr0x talk contribs 672 bytes +672 Created page with "{{ClientsideJsFunction}} {{JSContainer| Checks whether given weapon can be used while parachuting. === Required Params === *'''handle''' {{RageType|number}} === Return Value === *{{RageType|boolean}} ==Syntax== <pre> mp.game.weapon.canUseOnParachute(handle); </pre> ==Example== {{ClientsideCode| <syntaxhighlight lang="javascript"> const weapon = mp.players.local.weapon; const canUseOnParachute = mp.game.weapon.canUseOnParachute(weapon); mp.console.logInfo(`Players weap..."