Search found 122 matches

by karan
2 years ago
Forum: Scripting Help
Topic: AMXX GAG Color
Replies: 7
Views: 6532

Re: AMXX GAG Color

#include <amxmodx> #include <amxmisc> #include <engine> #include <zombie_escape> // time in minutes #define DEFAULT_GAG_TIME 10 #define DEFAULT_MUTE_TIME 10 // level to use amx_gag and amx_ungag #define ADMIN_GAG ADMIN_LEVEL_A new bool:g_AllowNameChange[33]; // text new const g_TextGagTag[] = "...
by karan
2 years ago
Forum: Extra-Items
Topic: Frost M4A1
Replies: 13
Views: 18981

Re: Frost M4A1

#include <zombie_escape> #include <cstrike> #include <engine> new const V_M4A1_MODEL[] = "models/zombie_escape/v_frost_m4a1.mdl" new const P_M4A1_MODEL[] = "models/zombie_escape/p_frost_m4a1.mdl" new const W_M4A1_MODEL[] = "models/zombie_escape/w_frost_m4a1.mdl" new co...
by karan
2 years ago
Forum: Extra-Items
Topic: Frost M4A1
Replies: 13
Views: 18981

Re: Frost M4A1

Check Now: #include <zombie_escape> #include <cstrike> #include <engine> new const V_M4A1_MODEL[] = "models/zombie_escape/v_frost_m4a1.mdl" new const P_M4A1_MODEL[] = "models/zombie_escape/p_frost_m4a1.mdl" new const W_M4A1_MODEL[] = "models/zombie_escape/w_frost_m4a1.mdl&q...
by karan
2 years ago
Forum: Extra-Items
Topic: Frost M4A1
Replies: 13
Views: 18981

Re: Frost M4A1

#include <zombie_escape> #include <cstrike> #include <engine> new const V_M4A1_MODEL[] = "models/zombie_escape/v_frost_m4a1.mdl" new const P_M4A1_MODEL[] = "models/zombie_escape/p_frost_m4a1.mdl" new const W_M4A1_MODEL[] = "models/zombie_escape/w_frost_m4a1.mdl" new co...
by karan
2 years ago
Forum: News
Topic: Version 1.7
Replies: 24
Views: 24916

Re: Version 1.7

Hello there, as you know, we regularly make new version of the mod in order to make it as stable as possible including new features & improvements for any problems that exist. So in this topic, post whatever new ideas or suggestions to be added or any bugs that currently exist to be fixed in th...
by karan
2 years ago
Forum: Zombie Escape 1.x
Topic: Levels-XP System
Replies: 150
Views: 190539

Re: Levels-XP System

@karan PLease Help I am not getiing xp while escape but i getting xp on damage i dont know why!! try using no max xp level system nd see https://escapers-zone.net/viewtopic.php?f=15&t=72 I Used The Default One Maxx-Xp And No-Maxxp But Both Are Not Working ( no getting xp at escape ) i dont know...
by karan
2 years ago
Forum: Zombie Escape 1.x
Topic: Levels-XP System
Replies: 150
Views: 190539

Re: Levels-XP System

Ok here is fixed version of level system by Jack and Raheem. Double exp is working too. #include <zombie_escape> // Defines #define MAX_LEVEL 41 #define TASK_SHOWHUD 2020 #define TASK_DOUBLE 1133 #define REPEAT_TIME 60.0 #define ID_SHOWHUD (taskid - TASK_SHOWHUD) #define LEVELUP "levelup_ZE/ze...
by karan
2 years ago
Forum: Zombie Escape 1.x
Topic: Infects (MySQL)
Replies: 12
Views: 15992

Re: Infects (MySQL)

try them use raheem's edited hud to see infects & escapes viewtopic.php?f=7&t=3563
by karan
2 years ago
Forum: Zombie Escape 1.x
Topic: Infects (MySQL)
Replies: 12
Views: 15992

Re: Infects (MySQL)

#include <zombie_escape> // Static (Change it if you need) new const g_szEscapesVault[] = "Escapes" // Variables new g_iEscapes[33], g_iEscapesVaultHandle // Natives public plugin_natives() { register_native("ze_get_user_escapes", "native_ze_get_user_escapes", 1) regis...
by karan
2 years ago
Forum: Zombie Escape 1.x
Topic: Infects (MySQL)
Replies: 12
Views: 15992

Re: Infects (MySQL)

#include <zombie_escape> // Static (Change it if you need) new const g_szInfectsVault[] = "Infects" // Variables new g_iInfects[33], g_iInfectsVaultHandle // Natives public plugin_natives() { register_native("ze_get_user_infects", "native_ze_get_user_infects", 1) regis...
by karan
2 years ago
Forum: Zombie Escape 1.x
Topic: Infects (MySQL)
Replies: 12
Views: 15992

Re: Infects (MySQL)

VicKy wrote: 2 years ago not increasing when i infect human
help me?
also escapes
which version are u using?
of plugin and ze ?
also post ur code of infect nd escape counters.
by karan
2 years ago
Forum: Scripting Help
Topic: I create nemesis plugin but not work [Help]
Replies: 58
Views: 77010

Re: I create nemesis plugin but not work [Help]

try it i removed the glow cause its buggy...
by karan
2 years ago
Forum: Scripting Help
Topic: I create nemesis plugin but not work [Help]
Replies: 58
Views: 77010

Re: I create nemesis plugin but not work [Help]

#include <cstrike> #include <zombie_escape> // Uncomment to use custom model for nemesis // Note: This includes player model & claws #define USE_NEMESIS_MODEL // Uncomment to use leap for nemesis // Leap Code: https://escapers-zone.net/viewtopic.php?p=10582#p10582 #define USE_NEMESIS_LEAP #defi...
by karan
2 years ago
Forum: Scripting Help
Topic: I create nemesis plugin but not work [Help]
Replies: 58
Views: 77010

Re: I create nemesis plugin but not work [Help]

VicKy wrote: 2 years ago Karan its working?
for me yes it is did some changes to work with version 1.6
by karan
2 years ago
Forum: Technical Support
Topic: SZ_GetSpace Overflow
Replies: 5
Views: 6051

Re: SZ_GetSpace Overflow

How To Fix It? try to see usase how much CPU server using also RAM nd Hard disk all usase are optimal or not and see crash reports which is in debug.log on root see crash time and figure out logs why server got crashed. ZE is bit high traffic mode nd also JB is the same dont put 2 mod Servers in on...
by karan
2 years ago
Forum: Technical Support
Topic: SZ_GetSpace Overflow
Replies: 5
Views: 6051

Re: SZ_GetSpace Overflow

Can Any One Help Me?? SZ_GetSpace: overflow on AMIR 2KING Dropped [Super-BOOST] unnamed from server Reason: Client sent 'drop' SZ_GetSpace: overflow on AMIR 2KING SZ_GetSpace: overflow on AMIR 2KING SZ_GetSpace: overflow on AMIR 2KING My Players Getting Overflow From Server :( Some Time Server Goes...
by karan
2 years ago
Forum: Zombie Escape 1.x
Topic: Press Button Info
Replies: 31
Views: 39473

Re: Press Button Info

VicKy wrote: 2 years ago can you make this only in consule
its spamming in server
increase the delay if needed
by karan
2 years ago
Forum: Zombie Escape 1.x
Topic: Press Button Info
Replies: 31
Views: 39473

Re: Press Button Info

Player pressed button, it will print message that he pressed. Then after 5 seconds it will print again if he pressed. If he pressed during delay then nothing will be printed. #include <zombie_escape> #define PLUGIN "Button Info" #define AUTHOR "SeRious_SaM" #define VERSION "...
by karan
2 years ago
Forum: Zombie Escape 1.x
Topic: Levels-XP System
Replies: 150
Views: 190539

Re: Levels-XP System

Please Help Me I dont getting any xp for escape succes Cvars //Level ze_maxlevels_increment 1.1 ze_enable_percentage_style 0 ze_max_xp_first_level 300 ze_zombie_infect 20 ze_escape_success 200.0 ze_enable_dmg 1 ze_required_dmg 5000.0 ze_dmg_award 0 ze_start_xp 50 ze_new_level_zero_xp 0 ze_add_comma...