Est DropWeapon

From EventScripts Community Encyclopedia
Syntax: est_DropWeapon <identifier> <weapon / slot>
Note: Command parameters are described inside the < and > characters. Optional parameters are contained within [ and ] characters.

Contents

Description

Makes a player drop a specified weapons

Parameters

  • identifier - See Est_PlayerSelection for player selection help
  • weapon / slot - Choose one of the following:
    • 1 - Primary weapon
    • 2 - Secondary weapon
    • 3 - Knife
    • 4 - Grenade
    • weapon - See List_of_CSS_weapons

Example


event player_spawn
{
  // Make everbody drop their knife
  est_DropWeapon #a 3
}

Notes

  • geez I'm clumsy, I keep dropping my weapons!!

See Also

blog comments powered by Disqus