Search found 32 matches
- 2 Years Ago
- Jump to forum
- Jump to topic
Zombie classes
| Description : This plugin allows you to zombie classes with different speed, health & gravity. | Note : Say /zm to open zombie classes menu. Open your zombie_escape.txt & add at the end of it: MENU_ZCLASS = \rChoose Zombie Class \d| NO_ZCLASSES = !tThere aren't classes available!y. ZOMBIE_SELECT ...
- 1 Year Ago
- Jump to forum
- Jump to topic
Re: Fire and Frost [New Effect Grenades]
Good one and i made too this effects for my grenades and looks awsome!! Peace
- 1 Year Ago
- Jump to forum
- Jump to topic
Re: Admin No Fall
This is not related to ZE as i think 

- 1 Year Ago
- Jump to forum
- Jump to topic
Re: [ZE] Admin Coins Menu
if you use AMX Mod X v1.9.0 i edit for AMX Mod X v1.9.0 now work without include ColorChat #include <zombie_escape> enum _:PlayerData { g_szName[32], g_szSteamID[32], g_iOption, g_iPlayer, g_iChoosen } new g_PlayerInfo[33][PlayerData] /* [0 - 32], [0 - 4]*/ // Prefix new Prefix[] = "^4[ZE]^1" new c...
- 1 Year Ago
- Jump to forum
- Jump to topic
Re: Player Join Server Spam Restarting
Next time you need to state which plugin you are using, as you use the modified one, there was a problem already and it's resolved now. Check: viewtopic.php?f=7&p=10938#p10938
But the pure core has no such problem, such a problem already resolved in the pure core.
But the pure core has no such problem, such a problem already resolved in the pure core.
- 1 Year Ago
- Jump to forum
- Jump to topic
Re: Game Mode: Killer
You can use: ze_user_infected_pre(iVictim, iInfector, iDamage); To block infection you do: public ze_user_infected_pre(iVictim, iInfector, iDamage) { return 1 } At the same function, you can add sounds/HUDs... etc and no need for loop. Update your code and make it human readable so I approve it.
- 1 Year Ago
- Jump to forum
- Jump to topic
Re: Bonus with Level
Good, try using ReAPI functions instead of fun ones.
- 11 Months Ago
- Jump to forum
- Jump to topic
Re: Add share maps and request maps
Yes bro, soon will open section for you and any mapper need to share his experience with escapers.
- 11 Months Ago
- Jump to forum
- Jump to topic
Re: Player Join Server Spam Restarting
i think its fixed ty raheem 

- 11 Months Ago
- Jump to forum
- Jump to topic
Re: I need help in plugin ze_gamemode_survivor
Your server is crashing because of the infinity loop.in ze_zombie_appear forward. The round variable shouldn't have id, it should be bool ( either true or false ).