Search found 258 matches

by sPe3doN
2 weeks ago
Forum: Zombie Escape Rebuild 1.x
Topic: Rescue Button Message
Replies: 3
Views: 253

Re: Rescue Button Message

few maps buttons "ze_jurassicpark4" "func_button" "rescate_jp" "*57" "ze_cern_pg" "func_button" "multicall" "*77" "ze_campescape_b3" "func_button" "final_camp" "*78" "ze_black...
by sPe3doN
1 year ago
Forum: Off-Topic
Topic: Break Message
Replies: 7
Views: 8941

Re: Break Message

how i can make it when someone break something show only to the admin (special flag) , a guy broke something... #include <zombie_escape> #include <engine> #define ADMIN_ACCESS ADMIN_CHAT public plugin_init() { register_plugin("Brea info","1.0","sPe3d*oN.") RegisterHam(...
by sPe3doN
1 year ago
Forum: Off-Topic
Topic: Break Message
Replies: 7
Views: 8941

Re: Break Message

how i can make it when someone break something show only to the admin (special flag) , a guy broke something... #include <zombie_escape> #include <engine> #define ADMIN_ACCESS ADMIN_CHAT public plugin_init() { register_plugin("Brea info","1.0","sPe3d*oN.") RegisterHam(...
by sPe3doN
1 year ago
Forum: Scripting Help
Topic: Help Pls
Replies: 2
Views: 2985

Re: Help Pls

i don't remember but it think this code was working fine with me #include <amxmodx> #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...
by sPe3doN
1 year ago
Forum: Extra-Items
Topic: [ZE] Extra Item: Fire m4a1
Replies: 5
Views: 12174

Re: [ZE] Extra Item: Fire m4a1

But u forgot something, Weapon is available for Zombies Change this: public ze_select_item_pre(id, itemid) { if(itemid != g_iItemID) return ZE_ITEM_AVAILABLE; return ZE_ITEM_AVAILABLE; } To public ze_select_item_pre(id, itemid) { // This is not our item? if (itemid != g_iItemID) return ZE_ITEM_AVAI...
by sPe3doN
1 year ago
Forum: Extra-Items
Topic: [ZE] Extra Item: Fire m4a1
Replies: 5
Views: 12174

[ZE] Extra Item: Fire m4a1

Fire m4a1
Description:
if you shoot zombie, you will burn him for x seconds (default 12 seconds)
Screenshots:
ze_1.bmp
ze_1.bmp (2.93 MiB) Viewed 12174 times
ze_1.bmp
ze_1.bmp (2.93 MiB) Viewed 12174 times
ze_2.bmp
ze_2.bmp (2.93 MiB) Viewed 12174 times
ze_2.bmp
ze_2.bmp (2.93 MiB) Viewed 12174 times
ze_3.bmp
ze_3.bmp (2.93 MiB) Viewed 12174 times
ze_3.bmp
ze_3.bmp (2.93 MiB) Viewed 12174 times
Installation & Instructions:
Simply install it like any plugin, dont forget models
[ZE] Extra Fire M4A1.rar
(499.36 KiB) Downloaded 882 times
[ZE] Extra Fire M4A1.rar
(499.36 KiB) Downloaded 882 times
by sPe3doN
1 year ago
Forum: Public Requests
Topic: Bots Buy Extra Items
Replies: 7
Views: 9173

Re: Bots Buy Extra Items

does not work also in compile you sure ? cuz it's complie without any problem for me //AMXXPC compile.exe // by the AMX Mod X Dev Team //// ze_bot_force_buy_items.sma // // Header size: 944 bytes // Code size: 3024 bytes // Data size: 5604 bytes // Stack/heap size: 16384 bytes // Total requirements...
by sPe3doN
1 year ago
Forum: Public Requests
Topic: Bots Buy Extra Items
Replies: 7
Views: 9173

Re: Bots Buy Extra Items

try this, i don't know if this work or no cuz i didin't test it, i just convert this plugin from zp mod #include <zombie_escape> /*================================================================================ [Plugin Customization] =================================================================...
by sPe3doN
1 year ago
Forum: Releases
Topic: Zombie Escape Releases
Replies: 295
Views: 367317

Re: Zombie Escape Releases

Z0uha1r_LK wrote: 1 year ago Updated v1.7
Good job, i like it
by sPe3doN
1 year ago
Forum: Zombie Escape 1.x
Topic: VIP System
Replies: 111
Views: 121391

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: 3532

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: 10179

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: 3532

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: 10179

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: 10179

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: 10179

Re: XP boost for vips

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

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: 4551

Re: better strafe

jerb zid chwi fl gravity or player speed