Raised This Month: $51 Target: $400
 12% 

[AYUDA]Zp 4.3 Cambiar infeccion


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
ErDuque
BANNED
Join Date: Jul 2013
Location: culiacan sinaloa
Old 08-22-2013 , 12:05   [AYUDA]Zp 4.3 Cambiar infeccion
#1

seria posisble k alguien me dijiera como cambiar la infeccion por hp yo creo k es esta parte
PHP Code:
// Does human armor need to be reduced before infecting?
    
if (get_pcvar_num(cvar_humanarmor))
    {
        
// Get victim armor
        
static Float:armor
        pev
(victimpev_armorvaluearmor)
        
        
// Block the attack if he has some
        
if (armor 0.0)
        {
            
emit_sound(victimCHAN_BODYsound_armorhit1.0ATTN_NORM0PITCH_NORM)
            
set_pev(victimpev_armorvaluefloatmax(0.0armor damage))
            return 
HAM_SUPERCEDE;
        }
    }
    
    
// Infection allowed
    
zombieme(victimattacker001// turn into zombie
    
return HAM_SUPERCEDE;

ErDuque is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:51.


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