Search found 283 matches

by Mark
4 years ago
Forum: Scripting Help
Topic: I create nemesis plugin but not work [Help]
Replies: 58
Views: 76999

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

Post your Frost Nade Code.
by Mark
4 years ago
Forum: Zombie Escape 1.x
Topic: Darkness Round
Replies: 8
Views: 15171

Re: Darkness Round

Whoops Sorry!
by Mark
4 years ago
Forum: Scripting Help
Topic: I want make zombie kill not infect
Replies: 4
Views: 9038

Re: I want make zombie kill not infect

ok thanks i want others things how to fix thiis : AMX Mod X Compiler 1.9.0.5241 Copyright (c) 1997-2006 ITB CompuPhase Copyright (c) 2004-2013 AMX Mod X Team Warning: Symbol "client_disconnect" is marked as deprecated: Use client_disconnected() instead. on line 46 Warning: Tag mismatch on...
by Mark
4 years ago
Forum: Trash
Topic: Oberon Boss with trigger
Replies: 15
Views: 20110

Re: Oberon Boss with trigger

No maps are private lol I could get it from your server you know?
by Mark
4 years ago
Forum: Zombie Escape 1.x
Topic: Escape Coins Donation
Replies: 19
Views: 27974

Re: Escape Coins Donation

czirimbolo wrote: 4 years ago
Mark wrote: 4 years ago
Raheem wrote: 5 years ago Here it's the menu version:
  • ze_escape_coins_donation.sma
where the function that removes the coins from the person that donated?

Am i not seeing it?
Its working very well for me
Yep don’t mind me I see it now not sure how I overlooked it :)
by Mark
4 years ago
Forum: Zombie Escape 1.x
Topic: Escape Coins Donation
Replies: 19
Views: 27974

Re: Escape Coins Donation

Raheem wrote: 5 years ago Here it's the menu version:
  • ze_escape_coins_donation.sma
where the function that removes the coins from the person that donated?

Am i not seeing it?
by Mark
4 years ago
Forum: Extra-Items
Topic: [ZE] Extra Item : StarChaseAR
Replies: 10
Views: 21058

Re: [ZE] Extra Item : StarChaseAR

aww ok i understand :D
by Mark
4 years ago
Forum: Tutorials
Topic: Adding Escapes/Infects to HUD Information
Replies: 13
Views: 21094

Re: Adding Escapes/Infects to HUD Information

I use only infects and have error #include <zombie_escape> // Define some natives native ze_get_user_infects(id) // Defines #define TASK_SHOWHUD 100 #define ID_SHOWHUD (taskid - TASK_SHOWHUD) // Constants Change X,Y If you need (HUD & DHud) const Float:HUD_SPECT_X = 0.01 const Float:HUD_SPECT_Y...
by Mark
4 years ago
Forum: Extra-Items
Topic: [ZE] Extra Item : StarChaseAR
Replies: 10
Views: 21058

Re: [ZE] Extra Item : StarChaseAR

What is changed with this?
by Mark
4 years ago
Forum: Technical Support
Topic: How To Open My IP Ports
Replies: 9
Views: 13155

Re: How To Open My IP Ports

You need to make sure you open both directions in and out or it will not work.

Try this.

https://www.instructables.com/id/Port-F ... r-locally/

or this

https://support.steampowered.com/kb_art ... -RPXB-7955
by Mark
4 years ago
Forum: Scripting Help
Topic: [ZE] Shop Skin Vip System
Replies: 18
Views: 15052

Re: [ZE] Shop Skin Vip System

How do you like this?
by Mark
4 years ago
Forum: Public Requests
Topic: Knife Menu!
Replies: 14
Views: 14052

Re: Knife Menu!

Luxurious wrote: 4 years ago i will test it when i open the pc ...
Im going to think this is working for you.
by Mark
4 years ago
Forum: Scripting Help
Topic: [ZE] MG Grab problem compiling
Replies: 7
Views: 7943

Re: [ZE] MG Grab problem compiling

#include <amxmodx> #include <amxmisc> #include <fakemeta> #include <fun> #include <hamsandwich> #pragma tabsize 0 #define PLUGIN "[ZE] MG Grab" #define VERSION "2.5" #define AUTHOR "LuXo KING Gaming + Legolas" #define ADMIN ADMIN_LEVEL_F #define RESON_KICK "Kicked...
by Mark
4 years ago
Forum: Public Requests
Topic: Knife Menu!
Replies: 14
Views: 14052

Re: Knife Menu!

Plasma VIP_A Storm VIP_F Laevateinn VIP_i WarHammer Dark Night VIP_l Balrog Kosa VIP_l Were Wolf VIP_l Dead Master VIP_l Hammer Chain VIP_i Kataha VIP_i WarHammer Ranger VIP_j Try this #include <zombie_escape> #include <engine> #include <fun> #include <ze_vip> // Models new const Compat_Models[][] ...
by Mark
4 years ago
Forum: Scripting Help
Topic: [ZE] Shop Skin Vip System
Replies: 18
Views: 15052

Re: [ZE] Shop Skin Vip System

nope...they can open it... i tested and if i'm zombie i can access the menu..and another thing...if u are human and u still open the menu and u are infected by a zombie then can choose his skin and zm has skins for humans...i think it's bugged this plugin Where did you get this plugin from lol Here...
by Mark
4 years ago
Forum: Scripting Help
Topic: [ZE] Shop Skin Vip System
Replies: 18
Views: 15052

Re: [ZE] Shop Skin Vip System

there is a problem zm can open the menu and choose his skin while is zm...make it to not open while is zm Are you sure? This code says to not show the menu if a zombie. if (ze_is_user_zombie(id)) { ze_colored_print(id, "!tYou can't change your skin while you are zombie!y.") return PLUGIN_...
by Mark
4 years ago
Forum: Public Requests
Topic: Knife Menu!
Replies: 14
Views: 14052

Re: Knife Menu!

Luxurious wrote: 5 years ago
Mark wrote: 5 years ago Is your problem solved?
sorry for late ... i tried it today and it working but can u make 5 knifes free and more knives make access for it ...
I would need to know what Knives you want for VIP first.
by Mark
5 years ago
Forum: Scripting Help
Topic: [ZE] Shop Skin Vip System
Replies: 18
Views: 15052

Re: [ZE] Shop Skin Vip System

error 010: invalid function or declaration Whoops Sorry Try now #include <zombie_escape> #include <ze_vip> new g_pCvarUseTimes new g_iUsedTimes[33] new bool:g_bkotaka[33], bool:g_btrollface[33], bool:g_bhorseman[33], bool:g_bclonetrooper[33], g_bmiku_rabbit[33], g_bBlack_sister[33], g_bkurumi[33], ...
by Mark
5 years ago
Forum: Scripting Help
Topic: [ZE] MG Grab problem compiling
Replies: 7
Views: 7943

Re: [ZE] MG Grab problem compiling

Mystic Viper wrote: 5 years ago ze_mg_grab.sma


I got more errors when i try to compile it . Please fix it for me :)
Need to post errors if you want help to fix it?