Quote:
Originally Posted by ZaX
Code:
if(zp_get_user_zombie_class(id) == regular && zp_get_user_zombie(id) && zp_get_user_nemesis(id))
I believe you want to check here if user has the zombie class and he is a zombie. OR has the zombie class and he is nemesis.
this code above checks if user has the zombie class AND he is a zombie AND he is nemesis. All of them must be true to execute the function
|
Already tried but didn't work , the sane was for the plugin from HoRRoR
+ as @ocixcrom said