Skip to main content

RemovePlayerWeapon

Removes the specific weapon from the player.

  • player: Parameter input should be in Player type.
  • weapon: The weapon hash to remove. Parameter input should be in WeaponHash type.

{{#tag:syntaxhighlight| Player.RemovePlayerWeapon(player, WeaponHash.Carbinerifle); |lang=csharp}} }}