View Single Post
lent
Junior Member
Join Date: Oct 2011
Old 08-23-2019 , 14:25   Re: [Request] Plugin Biohazard Edit
Reply With Quote #3

Quote:
Originally Posted by LearninG View Post
I can fix it , so it won't set model for zombies if you want ?
You can also fix it just by checking if player not zombie :
PHP Code:
if (zp_get_user_zombie(id)
          return 
PLUGIN_HANDLED 
Or
PHP Code:
if (!zp_get_user_zombie(id)
     
//Code... 

Hmm, what do you mean by that? Like, isn't possible so that function can be removed for good? I mean, I don't want to set any model by default, let the game do it properly. Also, if your ideea is good, we can give it a try, I am not really into this things so I don't know where to modify as you said, can you do it directly and post all the source here? Sorry for this, but I am new to this .

Also, what you gave me there, isn't for Zombie Plague? I mean, it says "zp_get_user_zombie".
lent is offline