Raised This Month: $ Target: $400
 0% 

EIM in Zombie plague


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Backstabnoob
BANNED
Join Date: Feb 2009
Location: Iwotadai Dorm
Old 11-22-2009 , 15:07   Re: EIM in Zombie plague
Reply With Quote #1

Try this:
PHP Code:
        if(!is_user_alive(i) || (get_pcvar_num(g_eim_in_team) && get_pcvar_num(g_eim_in_team) != g_p_team[i])) 

PHP Code:
       if(!is_user_alive(i) || zp_get_user_zombie(i)) 
;
PHP Code:
        if(is_user_alive(id) && !(get_pcvar_num(g_eim_in_team) && get_pcvar_num(g_eim_in_team) != g_p_team[id])){ 

PHP Code:
        if(is_user_alive(id) && !zp_get_user_zombie(id)){ 
Backstabnoob is offline
Reply



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 13:38.


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