View Single Post
sneaK
SourceMod Moderator
Join Date: Feb 2015
Location: USA
Old 11-23-2016 , 11:30   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1571

Quote:
Originally Posted by Major Erection View Post
Okay firstly I'm a complete noob to this plugin so I'm sorry if I say anything stupid.

I used this plugin to remove deagles from my AWP server. But for some reason the AWP skins from all players also went missing.

This is in my global_filters.cfg

HTML Code:
modify:
{

	match:
	{	
	"classname" "weapon_deagle"
	}
	delete:
	{
	"classname" "weapon_deagle"
	}
}
You're trying to remove all deagles on the ground? If so, no need to modify/match, just use this:

PHP Code:
remove:
{
"classname" "weapon_deagle"

Also, ensure other weapons/entities aren't being removed with global_filters.cfg
__________________
sneaK is offline