player_weaponstrip

From Source Entities
Jump to navigation Jump to search

Code classes:

player_weaponstrip is a point entity present in all Source games. It removes the weapons of a player.

Note: In multiplayer games, the activator is the targeted player.

Bug: Does not work in P1.png. Use trigger_weapon_strip instead.

Inputs[edit | edit source]

Strip
Takes away the player's weapons.
StripWeaponsAndSuit
Takes away the player's weapons and HEV suitHl2.png/armor+helmetCss.pngCsgo-small.png.
StripActiveWeapon  (only available in L4d2-small.png)
Takes away the weapon currently being held.
StripWeaponByClassname <string> (only available in L4d2-small.png)
Takes away weapons with a classname matching the parameter.

See Also[edit | edit source]