Thread: [API Scripting Help] Flare + Hert Bomb
View Single Post
artos
Senior Member
Join Date: Mar 2010
Old 10-08-2011 , 16:54   Re: Flare + Hert Bomb
Reply With Quote #2

PHP Code:
// Light it up!
                
if(pev(entityPEV_NADE_TYPE) == NADE_TYPE_FLARE)
                    
flare_lighting(entityduration)
                    
client_print(idprint_chat"[ZP] Light Flare "
Replace with:

PHP Code:
// Light it up!
                
if(pev(entityPEV_NADE_TYPE) == NADE_TYPE_FLARE)
                {
                    
flare_lighting(entityduration)
                    
client_print(idprint_chat"[ZP] Light Flare ")
                } 
__________________
artos is offline
Send a message via Skype™ to artos