Search found 14 matches
- 3 Years Ago
- Jump to forum
- Jump to topic
Trigger-Hurt Control
Trigger-Hurt Control Description : This plugin will detect when hurt damage triggerd and if the damage this trigger do more than 4200 it means it's 99% final trigger damage when human escapes.Then it will add more damage than original value designed in the map. It will add more damage for all maps ...
- 3 Years Ago
- Jump to forum
- Jump to topic
Spawn Auto Unstuck
Spawn Auto Unstuck Description : This plugin aims to fix: Bad spawn points . Stuck players at spawn points . Killing players when they spwan on each other . These fixes happens automatically and it starts when players spawn and ends for humans when zombies appear and last for zombies till they get ...
- 3 Years Ago
- Jump to forum
- Jump to topic
Re: Scripting
Edit:
- if((g_iUsedTimes[id] < get_pcvar_num(cvar_use_times)) && !ze_is_user_zombie(id) && is_user_valid(id)) && ze_get_vip_flags(id) & VIP_A)
- if ((g_iUsedTimes[id] < get_pcvar_num(cvar_use_times)) && !ze_is_user_zombie(id) && is_user_valid(id) && (ze_get_vip_flags(id) & VIP_A))
- 3 Years Ago
- Jump to forum
- Jump to topic
Re: Scripting
Take: #include <ze_vip> native ze_open_knife_menu(id) // Keys const OFFSET_CSMENUCODE = 205 const KEYSMENU = MENU_KEY_1|MENU_KEY_2|MENU_KEY_3|MENU_KEY_4|MENU_KEY_5|MENU_KEY_6|MENU_KEY_7|MENU_KEY_8|MENU_KEY_9|MENU_KEY_0 public plugin_init() { register_plugin("[ZE] Main Menu", ZE_VERSION, AUTHORS) // ...
- 3 Years Ago
- Jump to forum
- Jump to topic
- 3 Years Ago
- Jump to forum
- Jump to topic
Re: Player Config
OK, Added Sound Menu. Player can enable/disable sounds at anytime. Also small fix inserted in StopSound() Stock this will come officially for the official version later. Main menu also attached and it's edited with the new item on it: Sound Menu.
- 3 Years Ago
- Jump to forum
- Jump to topic
Follow my GitHub Updates
Hello Mod Fans , I need to inform you that everytime i find problem or bug in the Mod i fix it and commit it to GitHub and when it reach manythings fixed i'll release it in our releases page, This because i won't every day upload new Addons.zip and GitHub is simpler for me to commit updates. So if ...
- 3 Years Ago
- Jump to forum
- Jump to topic
Re: Reset Score
Yes good idea and will be added next release.
- 3 Years Ago
- Jump to forum
- Jump to topic
Six Months we are Online :)
http://www11.0zz0.com/2017/05/12/13/273248021.png Online Since, 9-2-2017 6 Months passed since our start. Our site age now 6 Months. We hope that our community stay long term online and we will do our best to keep it up. Thanks for all guys who helped us along this period. We will always keep our M...
- 3 Years Ago
- Jump to forum
- Jump to topic
Re: Radio Commands
#include <zombie_escape> /* CONFIG SETUP */ new CRcoverme[64], CRtakepoint[64], CRhposition[64], CRregroup[64], CRfollowme[64], CRfireassis[64], CRcolortitle[2], CRcolormenu[2], CRgo[64], CRfallback[64], CRsticktog[64], CRgetinpos[64], CRstormfront[64], CRreportin[64], CRexit[64], g_RadioTimer[33],...