View Single Post
Research
SourceMod Donor
Join Date: Nov 2011
Old 02-26-2015 , 08:00   Re: [TF2][FF2]Give Passive abillity for Boss
Reply With Quote #9

Quote:
Originally Posted by Oshizu View Post
Perhaps try this:
PHP Code:
    if(client && IsPlayerAlive(client)) //removing addcond from alive boss.
    
{
            
TF2_RemoveCondition(clientTFCond_OnFire);
            
TF2_RemoveCondition(clientTFCond_Bonked);
            
TF2_RemoveCondition(clientTFCond_Milked);
            
TF2_RemoveCondition(clientTFCond_Bleeding);
            
TF2_RemoveCondition(clientTFCond_MarkedForDeath);
    } 
thanks for help.
no more error but timer still not working

Last edited by Research; 02-26-2015 at 08:01.
Research is offline