Player::removeWeapon

From RAGE Multiplayer Wiki
Revision as of 20:45, 24 February 2018 by M1ronz0r (talk | contribs) (Created page with "This function removes a weapon of player. [https://wiki.rage.mp/index.php?title=Weapons Weapon's hashes list] == Syntax == <syntaxhighlight lang="javascript"> player.removeWea...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This function removes a weapon of player. Weapon's hashes list

Syntax

player.removeWeapon(weaponHash);

Example

player.removeWeapon(736523883); // Remove SMG if Player has it.

See Also