Player::removeWeapon

From RAGE Multiplayer Wiki

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