[L4D & L4D2] Explosive Barrel (1.0) [31-Dec-2011]
- Auto-spawns Explosive Barrels.
- The auto-spawn data config can be found here when saved:
Code:
\left4dead2\addons\sourcemod\data\l4d_barrel.cfg
Thanks:
Admin Commands:
PHP Code:
sm_barrel // Spawns a temporary Explosive Barrel at your crosshair.
sm_barrelsave // Spawns an Explosive Barrel at your crosshair and saves to config.
sm_barrellist // Displays a list of Explosive Barrels spawned by the plugin and their locations.
sm_barreldel // Removes the Explosive Barrel you are nearest to and deletes from the config if saved.
sm_barrelclear // Removes all Explosive Barrels from the current map.
sm_barrelwipe // Removes all Explosive Barrels from the current map and deletes them from the config.
CVars:
Saved to l4d_barrel.cfg in left4dead2\cfg\sourcemod\ folder.
PHP Code:
l4d_barrel_version // Explosive Barrel plugin version.
l4d_barrel_allow "1" // 0=Plugin off, 1=Plugin on.
l4d_barrel_modes "" // Which game modes to enable the plugin.
l4d_barrel_random "2" // -1=All, 0=Off, other value randomly spawns that many Explosive Barrels from the config.
Installation:
- Download the .smx file and put into your plugins folder: \left4dead2\addons\sourcemod\plugins
Orignal From: [L4D & L4D2] Explosive Barrel (1.0) [31-Dec-2011]
Post a Comment