All public logs
Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:18, 25 April 2024 Shr0x talk contribs created page Weapon::canUseOnParachute (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...")