View Single Post
Komodo3000
Junior Member
Join Date: Sep 2017
Old 05-07-2018 , 21:38   Re: Stripper:Source (Updated 2011-04-15)
Reply With Quote #1674

Hey there, i am trying to change buyzone (CS:S) so that both teams are able to use them.

I tried to change the "TeamNum" value of "func_buyzone" to "1" as explained here: https://developer.valvesoftware.com/wiki/Func_buyzone
I put the following in my global_filters.cfg:
PHP Code:
modify:
{
    
match:
    {    
        
"classname" "func_buyzone"
    
}
    
replace:
    {
        
"TeamNum" "1"
    
}

Now neither T nor CT can use the buyzone but when "TeamNum" is set to "2" or "3" it does what it should (tested on diffrent maps). I am using the latest Snapshot (1.2.2-git127) for linux.

How do i get this to work? Is there a workaround like copying the "func_buyzone" and changing the copied "func_buyzone" to the other team? And if, how do i do that?
__________________
Komodo3000 is offline