Search found 598 matches

by czirimbolo
4 years ago
Forum: Zombie Escape 1.x
Topic: Levels-XP System
Replies: 150
Views: 192067

Re: Levels-XP System

L 09/03/2019 - 21:19:01: [AMXX] Displaying debug trace (plugin "ze_level_system.amxx", version "1.9") L 09/03/2019 - 21:19:01: [AMXX] Run time error 4: index out of bounds L 09/03/2019 - 21:19:01: [AMXX] [0] ze_level_system.sma::Check_User_Level (line 335) L 09/03/2019 - 21:19:01...
by czirimbolo
4 years ago
Forum: Zombie Escape 1.x
Topic: Levels-XP System
Replies: 150
Views: 192067

Re: Levels-XP System

And your default code for level system with MAX xp is not compiling. Have you ever tested it? //// ze_level_system.sma // // C:\Users\macie\Documents\Compiler v1.8.3\scripting\ze_level_system.sma(25) : error 018: initialization data exceeds declared size // C:\Users\macie\Documents\Compiler v1.8.3\...
by czirimbolo
4 years ago
Forum: Zombie Escape 1.x
Topic: Levels-XP System
Replies: 150
Views: 192067

Re: Levels-XP System

Are you going to fix this?
by czirimbolo
4 years ago
Forum: Bug Reports
Topic: Player Join Server Spam Restarting
Replies: 8
Views: 21602

Re: Player Join Server Spam Restarting

this problem should be fixed in 1,5 version. What version of mod do you use now?
by czirimbolo
4 years ago
Forum: Zombie Escape 1.x
Topic: Levels-XP System
Replies: 150
Views: 192067

Re: Levels-XP System

Ok to sum up: 1. Setting MAX XP for each level not working or I dont know how to set this. example: I set this: 600xp - 1 lvl 1000xp - 2 lvl 1500xp - 3 lvl but on server it looks like: 1 level - 54 exp required ( I am starting from 0 level set by cvar and ze_start_xp 0) 2 level - 48 exp... funny 3 l...
by czirimbolo
4 years ago
Forum: Zombie Escape 1.x
Topic: Levels-XP System
Replies: 150
Views: 192067

Re: Levels-XP System

And your default code for level system with MAX xp is not compiling. Have you ever tested it? //// ze_level_system.sma // // C:\Users\macie\Documents\Compiler v1.8.3\scripting\ze_level_system.sma(25) : error 018: initialization data exceeds declared size // C:\Users\macie\Documents\Compiler v1.8.3\s...
by czirimbolo
4 years ago
Forum: Zombie Escape 1.x
Topic: Levels-XP System
Replies: 150
Views: 192067

Re: Levels-XP System

Ok so how do I know how much xp I need for 30 lvl without ze_maxlevels_increment? I want use like 35 levels. Dont tell me about this https://escapers-zone.net/viewtopic.php?f=7&t=3422 because its not working or check my 10th post there and tell me how to set this Edit this array: new const g_iM...
by czirimbolo
4 years ago
Forum: Zombie Escape 1.x
Topic: Levels-XP System
Replies: 150
Views: 192067

Re: Levels-XP System

You mean manual max xp for each level? And where is the second version? At the moment I have problem only with this because its horrible to set manually ze_maxlevels_increment Have you checked the main topic? What problems do you face? Ok so how do I know how much xp I need for 30 lvl without ze_ma...
by czirimbolo
4 years ago
Forum: Zombie Escape 1.x
Topic: Levels-XP System
Replies: 150
Views: 192067

Re: Levels-XP System

Thats all? Can you finally fix this system? In this system I have to change 'ze_maxlevels_increment' manually, because required XP for next levels (high levels) will be TOO HIGH (like couple of billions). Its horrible I have made 2 versions and they are separated. 1 with manual max xp & the oth...
by czirimbolo
4 years ago
Forum: Zombie Escape 1.x
Topic: Levels-XP System
Replies: 150
Views: 192067

Re: Levels-XP System

Thats all? Can you finally fix this system? In this system I have to change 'ze_maxlevels_increment' manually, because required XP for next levels (high levels) will be TOO HIGH (like couple of billions). Its horrible
by czirimbolo
4 years ago
Forum: News
Topic: Your ideas for v1.5
Replies: 40
Views: 52191

Re: Your ideas for v1.5

Jack GamePlay wrote: 4 years ago
Muhammet20 wrote: 4 years ago
Raheem wrote: 4 years ago

Ideas noted, and the work will be started after maybe 5 days from today.
you will add scarw system by levels?
level 0 = scare so much
level 5 = scare
level 10 = little scare
level 15 = no scare

good idea?
Bad idea.
Better fix this xp system and your heroine class
by czirimbolo
4 years ago
Forum: Public Requests
Topic: Bomb Infection
Replies: 14
Views: 17906

Re: Bomb Infection

The main code is bugged. When I throw bomb to infect A Human its not working sometimes. Then i need to throw two times. I didnt test your last code with armor, I am talking about main code
by czirimbolo
4 years ago
Forum: Public Requests
Topic: Bomb Infection
Replies: 14
Views: 17906

Re: Bomb Infection

Thanks mate. In my opinion its too powerful item. So I have small request. If humans have more armor than 55 (>55), this bomb will not infect a human. Can you make it? #include <zombie_escape> #include <fun> // Settings file new const ZE_SETTING_FILE[] = "zombie_escape.ini" // Default sou...
by czirimbolo
4 years ago
Forum: Zombie Escape 1.x
Topic: Levels-XP System
Replies: 150
Views: 192067

Re: Levels-XP System

forum is dead and no one will fix this
by czirimbolo
4 years ago
Forum: Public Requests
Topic: Bomb Infection
Replies: 14
Views: 17906

Re: Bomb Infection

Ok its bugged. Sometimes you can infect and sometimes not
by czirimbolo
4 years ago
Forum: Scripting Help
Topic: How to fix this Bug
Replies: 46
Views: 51536

Re: How to fix this Bug

You are very funny, good luck then
by czirimbolo
4 years ago
Forum: Scripting Help
Topic: How to fix this Bug
Replies: 46
Views: 51536

Re: How to fix this Bug

@czirimbolo if there bad item it will cause problem to weapons which use same original weapon i mean if there a bad janus-7 it won't cause problem to Ethereal because the Janus-7 is M249 and Ethereal is AUG if there a bad Janus-7 it can only cause problems on extra items that using M249 for Example...
by czirimbolo
4 years ago
Forum: Scripting Help
Topic: How to fix this Bug
Replies: 46
Views: 51536

Re: How to fix this Bug

@czirimbolo if there bad item it will cause problem to weapons which use same original weapon i mean if there a bad janus-7 it won't cause problem to Ethereal because the Janus-7 is M249 and Ethereal is AUG if there a bad Janus-7 it can only cause problems on extra items that using M249 for Example...
by czirimbolo
4 years ago
Forum: Public Requests
Topic: Bomb Infection
Replies: 14
Views: 17906

Re: Bomb Infection

It cant be used on last human. Can you make this? #include <zombie_escape> #include <fun> // Settings file new const ZE_SETTING_FILE[] = "zombie_escape.ini" // Default sounds new const sound_grenade_infect_explode[][] = { "zombie_escape/grenade_infect.wav" } new const sound_gren...
by czirimbolo
4 years ago
Forum: Scripting Help
Topic: How to fix this Bug
Replies: 46
Views: 51536

Re: How to fix this Bug

if this was from extra items, why when lizou disabled extra items the problem still not stopped? Mystic and crizimbolo, you all not saying a right thing ask Raheem Raheem as i said this is not right? You still dont understand. I am not talking about his case now. I am talking about this shit what y...