View Single Post
Author Message
Kasea
Member
Join Date: Feb 2015
Old 05-03-2015 , 23:01   [Stripper] Can't remove prop_static
Reply With Quote #1

I want to remove this: http://prntscr.com/71agv8
From the map.
I've tried the following, but nothing works:
Code:
remove:
{
"classname" "prop_static"
}
I've also tried this:
Code:
modify:
{
	match:
	{
		"model" "models/props_foliage/oak_tree01.mdl"
	}
	delete:
	{
		"model" "models/props_foliage/oak_tree01.mdl"
	}
}
Neither have worked. Any ideas?

note: Recompiling isn't an option

Last edited by Kasea; 05-04-2015 at 00:04.
Kasea is offline