plugin gives armor to zombie
Hello, modders !
So I have an armour free plugin it works fine, but if a VIP is zombie, die and then respawn it gives 200 armor to him (as a zombie), I tried to make it so if it has admin_level_G to give no armor but it didn't worked. What should I do ? PHP Code:
|
Re: plugin gives armor to zombie
Do you want to give free armor to humans only when they spawn or even if they use antidote as zombie, etc?
To give armor every time, not only on spawn, just use zp_user_humanized_post forward. If you want to give armor only on spawn, try to give it with a bit of a delay (For example set task to 1.0 when player spawn) |
Re: plugin gives armor to zombie
Quote:
Yes, but the thing is that the plugin works, it gives armor to humans but for example if you are a zombie and you have VIP, if I kill you and you respawn you will get 200 armor as a zombie. How can I make it so it won't give you armor if you are a zombie ? |
Re: plugin gives armor to zombie
Try replacing the following
Code:
with this Code:
|
| All times are GMT -4. The time now is 20:26. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.