Raised This Month: $ Target: $400
 0% 

[ZP] Addons: Zombie Healing Skill ( version 1.0)


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
dias
BANNED
Join Date: Jul 2009
Location: South Vietnam
Old 06-17-2011 , 03:16   Re: [ZP] Addons: Zombie Healing Skill ( version 1.0)
Reply With Quote #4

PHP Code:
    if (!get_cvar_num("zp_on"))
        return 
FMRES_IGNORED
    
if ( zp_get_user_nemesis(id) || zp_get_user_survivor(id))
        return 
FMRES_IGNORED
    
if (!zp_get_user_zombie(id))
        return 
FMRES_IGNORED
    
if (!is_user_alive(id))
        return 
FMRES_IGNORED
    
if (!get_pcvar_num(cvar_active))
        return 
FMRES_IGNORED 
=>
PHP Code:
    if(!get_cvar_num("zp_on") || !get_pcvar_num(cvar_active))
        return 
FMRES_IGNORED
    
if(!is_user_alive(id))
        return 
FMRES_IGNORED
    
if(!zp_get_user_zombie(id) || zp_get_user_nemesis(id) || zp_get_user_survivor(id))
        return 
FMRES_IGNORED 

Last edited by dias; 06-17-2011 at 03:27.
dias is offline
Send a message via Yahoo to dias Send a message via Skype™ to dias
 



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 16:06.


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