Search found 283 matches

by Mark
5 years ago
Forum: Scripting Help
Topic: Buy Vip Menu
Replies: 9
Views: 6645

Re: Buy Vip Menu

Menu won't open in game get_date(get_pcvar_num(g_vip_buy_time), sdate, charsmax(sdate)) stock get_date(days, string[], chars) { new y, m, d date(y, m ,d) d+=days new go = true while(go) { switch(m) { case 1,3, 5, 7, 8, 10: { if(d>31) { d=d-31; m++; } else go = false } case 2: { if(d>28) { d=d-28; m...
by Mark
5 years ago
Forum: Scripting Help
Topic: Buy Vip Menu
Replies: 9
Views: 6645

Re: Buy Vip Menu

Menu won't open in game get_date(get_pcvar_num(g_vip_buy_time), sdate, charsmax(sdate)) stock get_date(days, string[], chars) { new y, m, d date(y, m ,d) d+=days new go = true while(go) { switch(m) { case 1,3, 5, 7, 8, 10: { if(d>31) { d=d-31; m++; } else go = false } case 2: { if(d>28) { d=d-28; m+...
by Mark
5 years ago
Forum: Scripting Help
Topic: Buy Vip Menu
Replies: 9
Views: 6645

Re: Buy Vip Menu

We format text and save it in a variable then display it in our menu: new szTitle[128] formatex(szTitle, charsmax(szTitle), "\rBuy VIP^n^n Cost: %i ^n Expires: %s", get_pcvar_num(VIP_Cost), sdate) new iVIPMenu iVIPMenu = menu_create(szTitle, "Menu_Handler") Umm so like this? did...
by Mark
5 years ago
Forum: Scripting Help
Topic: Buy Vip Menu
Replies: 9
Views: 6645

Buy Vip Menu

is this possible tried a few things can't figure it out Im trying to show extra information that will call the expire and cost. public BuyVipMenu( id ) { new vipMenu = menu_create( "\rBuy VIP^n^n Cost: %s ^m Expires: %s", "menu_handler", get_pcvar_num(VIP_Cost), sdate); menu_addi...
by Mark
5 years ago
Forum: Zombie Escape 1.x
Topic: VIP System
Replies: 111
Views: 122484

Re: VIP System

Raheem wrote: 5 years agoWhat the problem?
Nothing now i change the date

was day month year and was confusing the hell out of me lol

Now its Month Day Year
by Mark
5 years ago
Forum: Zombie Escape 1.x
Topic: VIP System
Replies: 111
Views: 122484

Re: VIP System

When date for expire is added i do not have VIP anymore like its not reading the line Nevermind fixed it #include <zombie_escape> #include <ze_vip> // Defines - Comment MULTIJUMP or PARACHUTE, so you don't need to run multijump/parachute plugin. #define VIP_MESSAGES VIP_A #define SCOREBOARD VIP_A #d...
by Mark
5 years ago
Forum: Trash
Topic: new gun
Replies: 6
Views: 5547

Re: new gun

Was this even made for Zombies? Im not seeing anything in the code that says it is.
by Mark
5 years ago
Forum: Trash
Topic: Buy VIP With Escape Coins
Replies: 10
Views: 13999

Re: Buy VIP With Escape Coins

will work bro all it will do is deduct EC and write in users.ini and it assigns vip flag to that, player which means its permanent until u modify it :mrgreen: Yeah, I mean need to be updated to add it in vips.ini as the new system now uses new .ini file. Can you update this to work with the Time Ex...
by Mark
5 years ago
Forum: Extra-Items
Topic: Dual Infinity
Replies: 2
Views: 6754

Re: Dual Infinity

Description: The weapon features automatic (cross-handed) and semi-automatic (manual straight) shooting. This Was Officialy Made For CSO Then Converted For ZP And Finally Converted For Our Mod NOTE: This Plugin Is Not Made By Me Its Just Converted For Our Mod Team: Humans :) Installations & Ins...
by Mark
5 years ago
Forum: Public Requests
Topic: GIVE XP
Replies: 13
Views: 10406

Re: GIVE XP

czirimbolo wrote: 5 years ago hmm, It worked but after quit the game or changing the map, I have my old value of XP. Can you fix it?
Not sure why im running it on my server with no problem. You sure?
by Mark
5 years ago
Forum: Scripting Help
Topic: Skins Menu Bug
Replies: 11
Views: 10111

Re: Skins Menu Bug

Bro i'm not speakig about infecting also i tested your code now it's the same problem when i choose any skin i see Arctic skin of terrorist :/ What operating system you using lunix? I would check this and make sure is matches spelling on server as far as the code im using almost the samething with ...
by Mark
5 years ago
Forum: Public Requests
Topic: GIVE XP
Replies: 13
Views: 10406

Re: GIVE XP

Hello, can someone make a plugin with giving or taking XP ? Something like that https://escapers-zone.net/viewtopic.php?f=15&t=54 The same plugin but instead of coins I would like to give XP with a command, only for admin Try! #include <zombie_escape> #include <ze_levels> #define ACCESS ADMIN_R...
by Mark
5 years ago
Forum: Public Requests
Topic: Weapon models
Replies: 23
Views: 20659

Re: Weapon models

Updated code: #define VERSION "1.3" #include <zombie_escape> #include <ze_vip> #define MAX_SOUNDS 50 #define MAX_p_MODELS 50 #define MAX_v_MODELS 50 #define MAX_w_MODELS 50 #define MAP_CONFIGS 1 new new_sounds[MAX_SOUNDS][48] new old_sounds[MAX_SOUNDS][48] new sounds_team[MAX_SOUNDS] new ...
by Mark
5 years ago
Forum: Scripting Help
Topic: Skins Menu Bug
Replies: 11
Views: 10111

Re: Skins Menu Bug

I also removed the 4 Human Models from ze_special_models. and removed: HUMAN 1 = Human1 HUMAN 2 = Human2 HUMAN 3 = Human3 HUMAN 4 = Human4 from zombie_escape.ini. now idk why this plusin won't work perfectly. Try! #include <amxmodx> #include <amxmisc> #include <cstrike> #include <zombie_escape> new...
by Mark
5 years ago
Forum: Zombie Escape 1.x
Topic: Chat Prefix
Replies: 61
Views: 67080

Re: Chat Prefix

Where the sma for this amxx file? Also How can i set it to read from vip.ini so if someone has vip if will give them that tag? Why do you want to do this? You can already set a default VIP flag in ze_customprefixes & make that's prefix VIP. Jack please give me the SMA file !! you're sma one in ...
by Mark
5 years ago
Forum: Scripting Help
Topic: Skin Menu with VIP
Replies: 41
Views: 31633

Re: Skin Menu with VIP

Would this work? new const Terminator_Models[][] = { "models/player/terminator_zom/terminator_zom.mdl" "models/v_knife.mdl" "models/p_knife.mdl" } else if (g_bTerminator[Victim]) { rg_set_user_model(Victim, "terminator_zom") cs_set_player_view_model(Victim, CS...
by Mark
5 years ago
Forum: Scripting Help
Topic: Skin Menu with VIP
Replies: 41
Views: 31633

Re: Skin Menu with VIP

If i wanted to have custom hands with these models how would i do this can you add an example to the code above im sure ill figure the rest out.
by Mark
5 years ago
Forum: Zombie Escape 1.x
Topic: Chat Prefix
Replies: 61
Views: 67080

Re: Chat Prefix

here is my ini. file, I didnt change anything, just uploaded his file // Zombie escape chat prefixes // Syntax is: // "Prefix" "Access for it" // Notes: // Check users.ini for the access letters // Don't add any custom characters in access such as: // #, ; , % , etc.. or even sp...
by Mark
5 years ago
Forum: Releases
Topic: Zombie Escape Releases
Replies: 295
Views: 371062

Re: Zombie Escape Releases

Can you give me the new vip.txt server not making it for some reason. When i do /getvip says in window vip.txt because the file does not exist.
by Mark
5 years ago
Forum: Scripting Help
Topic: Skin Menu with VIP
Replies: 41
Views: 31633

Re: Skin Menu with VIP

Trying todo a Zombie Skin Menu but the skin changes to default when new round begins. Maybe add a native is_user_human? Also why don't you have a donation link on website? #include <zombie_escape> #include <ze_vip> #define PLUGIN "Custom zModel Menu" #define VERSION "1.0" #define...