View Single Post
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 03-22-2022 , 06:36   Re: [L4D & L4D2] Mutant Tanks (v8.90, 2-1-2022)
Reply With Quote #1281

Quote:
Originally Posted by xcd222 View Post
My bad for that, but even with that smashers still don't spawn in tanks playground.
You didn't specify the right values for "Finale Types".

In your post, this is what you put:
PHP Code:
"Mutant Tanks"
{
    
"Plugin Settings"
    
{
        
"Waves"
        
{
            
"Finale Types"                "67"
        
}
    }

Which the plugin reads as:
PHP Code:
"Mutant Tanks"
{
    
"Plugin Settings"
    
{
        
"Waves"
        
{
            
"Finale Types"                "67-0,0-0,0-0,0-0,0-0,0-0,0-0,0-0,0-0,0-0,0-0"
        
}
    }

You'll want to set the value of "Finale Types" to this:
PHP Code:
"Mutant Tanks"
{
    
"Plugin Settings"
    
{
        
"Waves"
        
{
            
"Finale Types"                "67-67,67-67,67-67,67-67,67-67,67-67,67-67,67-67,67-67,67-67,67-67"
        
}
    }

Be sure to view the information for each setting you plan to use, which includes the syntax for their values.
__________________
Psyk0tik is offline