Est RemoveIdle

From EventScripts Community Encyclopedia
Syntax: est_RemoveIdle <class name>
Note: Command parameters are described inside the < and > characters. Optional parameters are contained within [ and ] characters.

Contents

Description

Remove weapons on the ground

Parameters

  • class name - All or part of a class name

Example


block remove_idle_weapons
{
  // Removes all weapons that are laying around on the ground
  est_RemoveIdle weapon
 
  //Remove just the idle AWPs
  est_RemoveIdle weapon_awp
}

Notes

  • This command would be good for a death match mod

See Also

blog comments powered by Disqus