View Single Post
Marttt
Veteran Member
Join Date: Jan 2019
Location: Brazil
Old 11-22-2020 , 16:31   Re: L4D2 how do I remove chainsaw or object on all maps
Reply With Quote #23

JLmelenchon, share your file script from stripper and which map and location you found it not working.

-------

XDglory try this:

I use this to increase the resources count to 4, maybe you can set it to 0

Note: filtering by classname (prop_health_cabinet) doesn't works.

PHP Code:
modify:
{
    
match:
    {
        
"model" "models/props_interiors/medicalcabinet02.mdl"
    
}
    
replace:
    {
        
"healthcount" "4"
    
}

__________________

Last edited by Marttt; 08-09-2021 at 16:47.
Marttt is offline