Search found 258 matches

by sPe3doN
1 year ago
Forum: Zombie Escape 1.x
Topic: VIP System
Replies: 111
Views: 121892

Re: VIP System

riste wrote: 1 year ago I've tried installing this plugin and when i use amx_plugins command i see ze_vip_system.amxx bad load

Any idea to resolve this?
try install MultiJump and Parachute
by sPe3doN
1 year ago
Forum: Scripting Help
Topic: help can't put amx main menu
Replies: 2
Views: 3550

Re: help can't put amx main menu

now I have a problem too what are my problems? Error: Undefined symbol "MENU_KEY_1" on line 7 Error: Must be a constant expression; assumed zero on line 7 Error: Undefined symbol "register_plugin" on line 11 Error: Undefined symbol "AUTHORS" on line 11 Error: Number of...
by sPe3doN
1 year ago
Forum: Public Requests
Topic: XP boost for vips
Replies: 14
Views: 10259

Re: XP boost for vips

not working i just tested the code and yes it's not working cuz your code is not even counting XP even the first code your post what? I am using this 2 years, double exp working too. Remember, 1 shot will not give you any XP because it depends on damage. For example 15k damage = 2 xp i tried your p...
by sPe3doN
1 year ago
Forum: Scripting Help
Topic: help can't put amx main menu
Replies: 2
Views: 3550

Re: help can't put amx main menu

Here you go #include <zombie_escape> native ze_open_zombies_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 ...
by sPe3doN
1 year ago
Forum: Public Requests
Topic: XP boost for vips
Replies: 14
Views: 10259

Re: XP boost for vips

czirimbolo wrote: 1 year agonot working
i just tested the code and yes it's not working cuz your code is not even counting XP even the first code your post
by sPe3doN
1 year ago
Forum: Public Requests
Topic: XP boost for vips
Replies: 14
Views: 10259

Re: XP boost for vips

#include <zombie_escape> // Defines #define MAX_LEVEL 39 #define TASK_SHOWHUD 2020 #define TASK_DOUBLE 1133 #define REPEAT_TIME 60.0 #define ID_SHOWHUD (taskid - TASK_SHOWHUD) #define LEVELUP "levelup_ZE/ze_levelup.wav" enum { Host = 0, User, Pass, DB } new const g_iMaxLevelsXP[MAX_LEVEL]...
by sPe3doN
1 year ago
Forum: Public Requests
Topic: XP boost for vips
Replies: 14
Views: 10259

Re: XP boost for vips

post your levels
by sPe3doN
2 years ago
Forum: Technical Support
Topic: better strafe
Replies: 1
Views: 4573

Re: better strafe

blabla00714 wrote: 2 years ago
sPe3doN wrote: 2 years ago jerb zid chwi fl gravity or player speed
ki l3ada ya hbb <3 <3 <3 ya fanan

les solutions ta3ak ga3 works , wlh yaa3tik saha rah tmchili dok
bla mziya kho
by sPe3doN
2 years ago
Forum: Technical Support
Topic: better strafe
Replies: 1
Views: 4573

Re: better strafe

jerb zid chwi fl gravity or player speed
by sPe3doN
2 years ago
Forum: Public Requests
Topic: GET NO CLIP FOR PRESS CALL BUTTON
Replies: 2
Views: 4312

Re: GET NO CLIP FOR PRESS CALL BUTTON

jerb ida ymachi wla la psq ana manich mjrbo, w ida mamchach goli #include <zombie_escape> // Setting File new const ZE_SETTING_RESOURCES[] = "zombie_escape.ini" // Variables new bool:g_bButtonUsed = false // CS Offsets #if cellbits == 32 const OFFSET_CLIPAMMO = 51 #else const OFFSET_CLIPAM...
by sPe3doN
2 years ago
Forum: Off-Topic
Topic: Mod Zombie UniQue Biohazard
Replies: 3
Views: 3645

Re: Mod Zombie UniQue Biohazard

Zombie unique is private mod if you want it I can sell it to you 🙂
by sPe3doN
2 years ago
Forum: Public Requests
Topic: Help me Raheem or anyone to make this plugin
Replies: 11
Views: 8700

Re: Help me Raheem or anyone to make this plugin

Not working :) It's working fine for everyone, why not working for you ? Have you faced any errors ? register_plugin("[ZE] Special Models", ZE_VERSION, AUTHORS) The error here , and i dont want ze_core 1.6 in amxmodx 1.8.2 bcz most of them not working. Read This : https://forums.alliedmod...
by sPe3doN
2 years ago
Forum: Public Requests
Topic: Help me Raheem or anyone to make this plugin
Replies: 11
Views: 8700

Re: Help me Raheem or anyone to make this plugin

Amnesia wrote: 2 years ago
Not working :)
It's working fine for everyone, why not working for you ? Have you faced any errors ?
by sPe3doN
2 years ago
Forum: Public Requests
Topic: Score HUD
Replies: 12
Views: 12795

Re: Score HUD

Error : register_native("ze_is_user_zombie", "native_ze_is_user_zombie", 1) Explain what error you get? i have pic look at this mate : https://ibb.co/2sjvhsb just download last compiler version from here https://www.escapers-zone.net/viewtopic.php?f=6&t=221 Plugin ze_core.am...
by sPe3doN
2 years ago
Forum: Scripting Help
Topic: AMXX GAG Color
Replies: 7
Views: 6584

Re: AMXX GAG Color

#include <amxmodx> #include <amxmisc> #include <engine> #include <ColorChat> // 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[] = "[GA...
by sPe3doN
2 years ago
Forum: Public Requests
Topic: Level Guns Menu
Replies: 2
Views: 3108

Re: Level Guns Menu

#include <zombie_escape> #include <ze_levels> // Declare natives weapons. native ze_goldenmp5(iPlayer) native ze_goldenm4a1(iPlayer) native ze_goldenak(iPlayer) native ze_m4a1dark(iPlayer) native ze_a47pladin(iPlayer) native ze_starchaser(iPlayer) //native open_level_guns(iPlayer) public plugin_ini...
by sPe3doN
2 years ago
Forum: Extra-Items
Topic: Janus 7
Replies: 13
Views: 17346

Re: Janus 7

Can Not Compile The GUn !! ```AMX Mod X Compiler 1.9.0.5271 Copyright (c) 1997-2006 ITB CompuPhase Copyright (c) 2004-2013 AMX Mod X Team Error: Undefined symbol "create_entity" on line 79 Error: Undefined symbol "entity_set_model" on line 81 Error: Undefined symbol "entity...
by sPe3doN
3 years ago
Forum: Zombie Escape 1.x
Topic: Boss Wins [num]
Replies: 24
Views: 19247

Re: Boss Wins [num]

Is there anyone here have Boss plugin ?