AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   VSH / Freak Fortress (https://forums.alliedmods.net/forumdisplay.php?f=154)
-   -   FF2 Doors (https://forums.alliedmods.net/showthread.php?t=261802)

Maximilian_ 04-20-2015 16:42

Doors
 
I know, what this not question, but i want give you code for stripper, which open all doors for all teams

Here you are!
PHP Code:

modify

    
remove:
    {
    
"classname" "filter_activator_tfteam"
    
}  



WakaFlocka 04-20-2015 18:04

Re: Doors
 
Does not work i'm trying to open doors on a dm map i have dm_ in doors.cfg does not work

Chdata 04-20-2015 18:57

Re: Doors
 
Interesting, I was using this before.

Code:

modify:
{
    match:
    {
        "classname" "trigger_multiple"
        "filtername" "/.*/"
    }
    delete:
    {
        "filtername" "/.*/"
    }
}


VoiDeD 04-20-2015 23:06

Re: Doors
 
Quote:

Originally Posted by Maximilian_ (Post 2288430)
I know, what this not question, but i want give you code for stripper, which open all doors for all teams

Here you are!
PHP Code:

modify

    
remove:
    {
    
"classname" "filter_activator_tfteam"
    
}  



This can potentially cripple map logic on maps that use filters for things other than doors.


All times are GMT -4. The time now is 02:37.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.