Search found 678 matches

by johnnysins2000
7 years ago
Forum: Zombie Escape 1.x
Topic: Knife Menu
Replies: 32
Views: 32817

Re: Knife Menu

He Left that to the users choice to choose models
by johnnysins2000
7 years ago
Forum: Zombie Escape 1.x
Topic: Escape Button Message
Replies: 17
Views: 20174

Re: Escape Button Message

Raheem I Remember your Old Zombie Escape button message plugin when u made zombie escape v2.3

in that we didn't need to define every map it worked on all maps ?

Where is that nice plugin ?
by johnnysins2000
7 years ago
Forum: Zombie Escape 1.x
Topic: Knife Menu
Replies: 32
Views: 32817

Re: Knife Menu

Nice One Jack Add Sounds too
by johnnysins2000
7 years ago
Forum: Technical Support
Topic: Run Time Errors
Replies: 10
Views: 10817

Run Time Errors

I am Using The Ze VIP system but it is not functioning properly These are the errors I got from Logs L 03/17/2017 - 15:16:08: [AMXX] Displaying debug trace (plugin "ze_vip_system.amxx", version "1.0") L 03/17/2017 - 15:16:08: [AMXX] Run time error 10: native error (native "g...
by johnnysins2000
7 years ago
Forum: Public Requests
Topic: New Ideas For Escape Leader
Replies: 5
Views: 6592

New Ideas For Escape Leader

As u guys have already Put A Glow on The Escape Leader i wanted to request that in your new update Can u guys also add these features optional with cvars 1- Gravity 2- Speed 300 (Normal Player Has 260 or 270 Speed ) And A message should Pop to that player which Says :- [ZE] You are The Escape Leader...
by johnnysins2000
7 years ago
Forum: Scripting Help
Topic: Coding Help For Bazooka
Replies: 7
Views: 6911

Re: Coding Help For Bazooka

I got it bro
by johnnysins2000
7 years ago
Forum: Scripting Help
Topic: Coding Help For Bazooka
Replies: 7
Views: 6911

Re: Coding Help For Bazooka

One More Question Bro


// Available for Humans only, So don't show it for zombies
if (ze_is_user_zombie(id))
return ZE_ITEM_DONT_SHOW


We Use this because we want the extra items for this only but what if i wanted to set it for zombie only ?

Then which native we should use ?
by johnnysins2000
7 years ago
Forum: Scripting Help
Topic: Coding Help For Bazooka
Replies: 7
Views: 6911

Re: Coding Help For Bazooka

I see instead of this public ze_select_item_post(id, itemid) { // This is not our item, Block it here and don't execute the blew code if (itemid != g_iItemID) return give_bazooka(id) } U Changed give_bazooka(id) and wrote this instead has_baz[id] = true; CanShoot[id] = true; You Also Included amxmis...
by johnnysins2000
7 years ago
Forum: Scripting Help
Topic: Coding Help For Bazooka
Replies: 7
Views: 6911

Coding Help For Bazooka

I have tried Many Times to convert this bazooka into ze extra item But still no luck :/ And now I am Getting confused Original Zp Code #include <amxmodx> #include <amxmisc> #include <fakemeta> #include <hamsandwich> #include <zombieplague> static const plugin[] = "[ZP] Extra Item: Bazooka"...
by johnnysins2000
7 years ago
Forum: Scripting Help
Topic: Need Help with an extra item code
Replies: 7
Views: 7240

Re: Need Help with an extra item code

I have again updated The VIP code with parachute u can check Raheem
by johnnysins2000
7 years ago
Forum: Zombie Escape 1.x
Topic: VIP System
Replies: 111
Views: 121835

Re: VIP System

Hello Guyz Code is again updated What features are added ? 1- VIP PREFIX 2- VIP Privileges MOTD 3- VIP Damage increased 4- VIP Online Feature 5- VIP Parachute #include <zombie_escape> #include <ze_multijump> // Defines #define VIP_ACCESS ADMIN_LEVEL_H // Variables new const parachute_model[] = "...
by johnnysins2000
7 years ago
Forum: Scripting Help
Topic: Need Help with an extra item code
Replies: 7
Views: 7240

Re: Need Help with an extra item code

Yes I already have plan That from the start Raheem

As soon as I am Done With My Testing
by johnnysins2000
7 years ago
Forum: Scripting Help
Topic: Need Help with an extra item code
Replies: 7
Views: 7240

Re: Need Help with an extra item code

Now i can also finish the Plasma Gun Code
by johnnysins2000
7 years ago
Forum: Scripting Help
Topic: Need Help with an extra item code
Replies: 7
Views: 7240

Re: Need Help with an extra item code

Thanks Raheem :)

For Helping
by johnnysins2000
7 years ago
Forum: Scripting Help
Topic: Need Help with an extra item code
Replies: 7
Views: 7240

Need Help with an extra item code

I have seen these codes in many zp extra item and i want to know that if i am converting it into ze extra item what should i change in this code public zp_user_infected_post(id) { if (zp_get_user_zombie(id)) { g_has_janus7[id] = false; g_sound[id] = false; emit_sound(id, CHAN_WEAPON, Fire_snd[g_mode...
by johnnysins2000
7 years ago
Forum: Zombie Escape 1.x
Topic: VIP System
Replies: 111
Views: 121835

Re: VIP System

Here i updated the Code Again with Increase Damage PLugin Thanks Jack For Helping me fix Loosing indentation #include <zombie_escape> #include <ze_multijump> // Defines #define VIP_ACCESS ADMIN_LEVEL_H // Variables new bool:g_bIsHappyHour // Cvars new cvar_enable_multijump, cvar_enable_happy_hours, ...
by johnnysins2000
7 years ago
Forum: Zombie Escape 1.x
Topic: VIP System
Replies: 111
Views: 121835

Re: VIP System

Try this VIP CODE I haven't added any damage plugin but still vip prefix and contact info is added #include <zombie_escape> #include <ze_multijump> // Defines #define VIP_ACCESS ADMIN_LEVEL_H // Variables new bool:g_bIsHappyHour // Cvars new cvar_enable_multijump, cvar_enable_happy_hours, cvar_happy...
by johnnysins2000
7 years ago
Forum: Scripting Help
Topic: Help to add P_KNIFE_MODEL
Replies: 2
Views: 4140

Re: Help to add P_KNIFE_MODEL

ok I have done it myself But i need someone to look at my code it is correct #include <zombie_escape> // Setting File new const ZE_SETTING_RESOURCES[] = "zombie_escape.ini" // Defines #define MODEL_MAX_LENGTH 64 #define PLAYERMODEL_MAX_LENGTH 32 #define ACCESS_MAX_LENGTH 32 #define ADMIN_M...
by johnnysins2000
7 years ago
Forum: Scripting Help
Topic: Help to add P_KNIFE_MODEL
Replies: 2
Views: 4140

Help to add P_KNIFE_MODEL

HELLO Guys Can Somebody Tell me how to add P _Knife_ Model in this ze_resources #include <zombie_escape> // Setting File new const ZE_SETTING_RESOURCES[] = "zombie_escape.ini" // Defines #define MODEL_MAX_LENGTH 64 #define PLAYERMODEL_MAX_LENGTH 32 #define SOUND_MAX_LENGTH 64 #define TASK_...
by johnnysins2000
7 years ago
Forum: Tutorials
Topic: How to Install the Mod?
Replies: 29
Views: 73513

Re: How to Install the Mod?

Please give us the Download link for metamod windows version also so those who run their servers on RDP(Windows Vps) they will also have no problem