if you shoot zombie, you will burn him for x seconds (default 12 seconds)
Screenshots: Installation & Instructions:
Simply install it like any plugin, dont forget models
Register to be one of our members. Thanks :)
yes you're right, updatedz0h1r-LK wrote: ↑1 Year AgoBut u forgot something, Weapon is available for Zombies
Change this:To
public ze_select_item_pre(id, itemid) { if(itemid != g_iItemID) return ZE_ITEM_AVAILABLE; return ZE_ITEM_AVAILABLE; }
public ze_select_item_pre(id, itemid) { // This is not our item? if (itemid != g_iItemID) return ZE_ITEM_AVAILABLE // Player is Zombie? if (ze_is_user_zombie(id)) return ZE_ITEM_DONT_SHOW // Show item for player. return ZE_ITEM_AVAILABLE }
You need to be a member in order to post a reply
Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute
Users browsing this forum: No registered users and 1 guest