Search found 258 matches

by sPe3doN
4 years ago
Forum: Extra-Items
Topic: [ZE] Extra Item: Crossbow v1.7
Replies: 2
Views: 6447

[ZE] Extra Item: Crossbow v1.7

Hello, how are you all :D, i notic that last extra-items was posted before 9 or 10 month so i decide to take 15 mn from my time to make this Description: This is Crossbow from HL.It costs 30 Escape coins(default).To attack press attack1 button, to use zoom press attack2.If you shoot while zooming cr...
by sPe3doN
4 years ago
Forum: Extra-Items
Topic: [ZE] Extra Item: Soldier UqZ
Replies: 0
Views: 5003

[ZE] Extra Item: Soldier UqZ

Hello, how are you all :D, i notic that last extra-items was posted before 9 or 10 month so i decide to take 5 mn from my time to make this Description: The Soldier UqZ is a extra item for the Human. It has skills and effects, they all can be formed across CVARS. Cvars: - ze_soldier_health 500 - ze_...
by sPe3doN
4 years ago
Forum: Zombie Escape 1.x
Topic: [ZE] Owner Skin
Replies: 37
Views: 47117

Re: [ZE] Owner Skin

Is no working bro here you go #include <zombie_escape> // Setting file new const ZE_SETTING_RESOURCES[] = "zombie_escape.ini" #define VIP_MODELS_ACCESS ADMIN_LEVEL_H // Default models new const szAdminHumanModel[][] = { "human_VIP" } // Dynamic Arrays: Models new Array:g_szAdmin...
by sPe3doN
4 years ago
Forum: Zombie Escape 1.x
Topic: [ZE] Owner Skin
Replies: 37
Views: 47117

Re: [ZE] Owner Skin

Can someone to make this plugin to work for vip model, because inhave this plugin it’s working very weel i have skin for human and skin for zombie, but i want one like that for vip, to put another skin for vip human and zombie, can someone help me with that ? Just search in the code ADMIN_RECON And...
by sPe3doN
4 years ago
Forum: Public Requests
Topic: Weapons_level Help Please?
Replies: 9
Views: 14233

Re: Weapons_level Help Please?

Search here viewforum.php?f=14 for any weapon that you want menu and I 'll add it to menj
by sPe3doN
4 years ago
Forum: Public Requests
Topic: Weapons_level Help Please?
Replies: 9
Views: 14233

Re: Weapons_level Help Please?

Don't use any weapon menu plugin, in our mod just use that I gave it to you
We will fixed your weapon menu first then we wil

PS: stop copying from milf server you 'll never get player on your server like that and that server mod is shit with many bugs
by sPe3doN
4 years ago
Forum: Public Requests
Topic: Weapons_level Help Please?
Replies: 9
Views: 14233

Re: Weapons_level Help Please?

Ffs next time search in this community we have every thing that you need just fucking search here you go Level plugin: https://escapers-zone.net/viewtopic.php?f=15&t=72 Level weapon: https://escapers-zone.net/viewtopic.php?f=15&t=3331 IF YOU WANT ADD ANY WEAPON TO YOUR MENU JUST LET US KNOW ...
by sPe3doN
4 years ago
Forum: Public Requests
Topic: plugin that when zombie infect 3 human get 20 xp
Replies: 6
Views: 11233

Re: plugin that when zombie infect 3 human get 20 xp

You Can Make Some Hud for it ? Like when some one is zombie got : infects : %s/3 ? try: #include <zombie_escape> // Defines #define MAX_LEVEL 40 #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 sPe3doN
4 years ago
Forum: Public Requests
Topic: plugin that when zombie infect 3 human get 20 xp
Replies: 6
Views: 11233

Re: plugin that when zombie infect 3 human get 20 xp

Test: #include <zombie_escape> #include <ze_levels> new g_pCvarZombieInfectNum, g_pCvarXP new g_iInfections[33] public plugin_init() { register_plugin("Give XP", "1.0", "Raheem") g_pCvarZombieInfectNum = register_cvar("ze_infect_humans_num", "3") g_...
by sPe3doN
4 years ago
Forum: Extra-Items
Topic: Blind Bomb
Replies: 24
Views: 38257

Re: Blind Bomb

snitch wrote: 4 years ago how can i change the time black screen?
From this cmd ze_blind_nade_duration
by sPe3doN
4 years ago
Forum: Technical Support
Topic: mod wont work on 1.9.0 amx server
Replies: 7
Views: 13035

Re: mod wont work on 1.9.0 amx server

just install metadmod this happened with me before: Here
by sPe3doN
4 years ago
Forum: Public Requests
Topic: Playd Time
Replies: 13
Views: 20675

Re: Playd Time

Muhammet20 wrote: 4 years ago
Mohamed Alaa wrote: 4 years ago Consider using get_user_time to get user's play time.
wtf!!!!
XD i wasn't know it
Try this: http://www.amxmodx.org/doc/index.html?p ... r_name.htm
by sPe3doN
4 years ago
Forum: Public Requests
Topic: Playd Time
Replies: 13
Views: 20675

Re: Playd Time

#include <zombie_escape> #include <nvault> #define PLAYED_TIME_TASK 9100 new const g_szVault_Name[] = "Played_Time" new g_iPlayedTime[33], g_iVaultHandler public plugin_natives() { // Native to return played time in seconds, plugin will save using nVault register_native("ze_get_playe...
by sPe3doN
4 years ago
Forum: Public Requests
Topic: Playd Time
Replies: 13
Views: 20675

Re: Playd Time

which code are you using? the first or second? Seconde code and I add this : , g_iPlayedTime[id]/60) try the code without add anything also try it from another name, i mean try it from a new name to see when your played hours is under the one hours how it will seen and if not work i will fix it whe...
by sPe3doN
4 years ago
Forum: Public Requests
Topic: Playd Time
Replies: 13
Views: 20675

Re: Playd Time

Muhammet20 wrote: 4 years ago which code are you using? the first or second?
Seconde code and I add this : , g_iPlayedTime[id]/60)
by sPe3doN
4 years ago
Forum: Public Requests
Topic: Playd Time
Replies: 13
Views: 20675

Re: Playd Time

can we add new things on this plugin ? Change time count to hours and minutes exp (Played Time for: 10h:26m) and who reach 50 hours get vip for 15 days #include <zombie_escape> #include <nvault> #define PLAYED_TIME_TASK 9100 new const g_szVault_Name[] = "Played_Time" new g_iPlayedTime[33]...
by sPe3doN
4 years ago
Forum: Public Requests
Topic: Playd Time
Replies: 13
Views: 20675

Playd Time

can we add new things on this plugin ? Change time count to hours and minutes exp (Played Time for: 10h:26m) and who reach 50 hours get vip for 15 days #include <zombie_escape> #include <nvault> #define PLAYED_TIME_TASK 9100 new const g_szVault_Name[] = "Played_Time" new g_iPlayedTime[33],...
by sPe3doN
4 years ago
Forum: Scripting Help
Topic: Knife Damage multiplier
Replies: 3
Views: 9056

Re: Knife Damage multiplier

okay