Thread: [Help / Support] [Solved] zp50_class_human_madness
View Single Post
New.ZM.Life
Veteran Member
Join Date: Sep 2014
Location: Iran
Old 11-15-2014 , 10:35   Re: [Req || Help] zp50_class_human_madness
Reply With Quote #8

bro,so tnx,it working well....
i will modified by my self for zp5.0.8(sniper & assassin) (it need some codes for assassin)

but just a little problem....

when i become assassin or nemesis,i will get zombie madness(if only my human class is madguy)

so,this lines need to change?

PHP Code:
// except nemesis and assassin
        
if (!zp_class_assassin_get(id) || !zp_class_nemesis_get(id))
            
zp_item_zombie_madness_set(id
--->


PHP Code:
// except nemesis and assassin
        
if (zp_class_assassin_get(id) || zp_class_nemesis_get(id))
                  return;
zp_item_zombie_madness_set(id
or else?
__________________
PLUGINS

Zombie Plague 5.0 + New Modes

Added NightCrawler Mode to ZP





New.ZM.Life is offline