Thread: Remove Entities
View Single Post
Author Message
Liam
SourceMod Developer
Join Date: Jan 2008
Location: Atlanta, GA
Old 07-08-2008 , 03:47   Remove Entities
Reply With Quote #1

This plugin was designed to remove those annoying items like barrels, filing cabinets, etc, that people like to block others with.

Many thanks to pRed for helping me get this working.

Copy the remove_entities.cfg into the sourcemod/configs directory, and put the .smx into the plugins folder.

To add more items to the list, just add them into the remove_entities.cfg file following the format thats already there.

/* ChangeLog */
1.0 -- Initial Release
1.1 -- Changed code to use adt_trie's instead of string array for faster speed and greater efficiency.

Please let me know if you have any problems with this.

Enjoy!
Attached Files
File Type: cfg remove_entities.cfg (822 Bytes, 3195 views)
File Type: sp Get Plugin or Get Source (remove_entities.sp - 5023 views - 3.8 KB)

Last edited by Liam; 07-10-2008 at 21:01.
Liam is offline