Player::removeWeapon
This function removes a weapon of player. [Weapon's hashes list](https://wiki.rage.mp/index.php?title=Weapons)
Syntax
```js player.removeWeapon(weaponHash); ```
Example
```js player.removeWeapon(736523883); // Remove SMG if Player has it. ```