View Single Post
XDglory
Member
Join Date: May 2012
Old 11-22-2020 , 12:29   Re: L4D2 how do I remove chainsaw or object on all maps
Reply With Quote #22

Is there any solution to change/remove the supplies in health cabinet on c2m5 with stripper as well?

I tried:
HTML Code:
modify:
{
match:
	{
		"classname" "weapon_first_aid_kit_spawn"
	}
replace:
	{
		"classname" "weapon_pain_pills_spawn"
	}
}

modify:
{
match:
	{
		"classname" "weapon_first_aid_kit"
	}
replace:
	{
		"classname" "weapon_pain_pills"
	}
}
Kits still spawned after I opened the cabinet.
XDglory is offline