View Single Post
alinayg
Senior Member
Join Date: Apr 2009
Location: USA, RI
Old 07-09-2010 , 13:27   Re: Stripper:Source (Mac support added)
Reply With Quote #716

Is the only way to dump maps to do it through the server?

Also can this change prop settings? I'm trying to make a certain prop not solid, but It doesn't seem to want to work. The prop it self doesn't show up in the dump.

PHP Code:
modify:
{
    
match:
    {
    
"classname" "prop_static"
    "solid" "6"
    
}
    
replace:
    {
    
"solid" "0"
    
}

__________________

Last edited by alinayg; 07-09-2010 at 13:32.
alinayg is offline