Zombie Escape Releases

Official Releases
User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2211
Joined: 6 Years Ago
Has thanked: 55 times
Been thanked: 176 times
Age: 25
Contact:

Re: Zombie Escape Releases

#281

Post by Raheem » 1 Year Ago

FlizzyPro_123 wrote:
1 Year Ago
pls help me im use amxmodx 1.8.2 then i put this addon to cstrike and i try it, but not work
Our Mod works only with AMXMODX >= 1.8.3
Please check: viewtopic.php?f=7&t=9
He who fails to plan is planning to fail

User avatar
wbyokomo
VIP
VIP
Malaysia
Posts: 15
Joined: 1 Year Ago
Location: Malaysia
Has thanked: 0
Been thanked: 9 times
Contact:

#282

Post by wbyokomo » 1 Year Ago

Just my opinion, how about to start using amxmodx 1.10 :) i used that version on my 3 HLDS, seems nothing critical error yet. My server don't have many player, but we need to test on server that always full house.
YOkOmO Zombie Escape X
Image
Zombie Plague
Image
MultiMod
Image

th3fla
Member
Member
Romania
Posts: 2
Joined: 1 Year Ago
Has thanked: 0
Been thanked: 0
Contact:

#283

Post by th3fla » 1 Year Ago

you remove task for setting speed for zombies in every new round so if you return ZE_STOP in ze_game_started_pre forward the task will not be created again so ze_set_zombie_speed will not work

FlizzyPro_123
Member
Member
Indonesia
Posts: 3
Joined: 1 Year Ago
Has thanked: 0
Been thanked: 0
Contact:

#284

Post by FlizzyPro_123 » 1 Year Ago

bro the download link not work:
teamcity.rehlds.org
it says "This site cant be reached"
@Raheem Please help me

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2211
Joined: 6 Years Ago
Has thanked: 55 times
Been thanked: 176 times
Age: 25
Contact:

#285

Post by Raheem » 1 Year Ago

wbyokomo wrote:
1 Year Ago
Just my opinion, how about to start using amxmodx 1.10 :) i used that version on my 3 HLDS, seems nothing critical error yet. My server don't have many player, but we need to test on server that always full house.
Yes, bro but you know that many bugs/issues are fixed in the latest version, for this reason using the latest version will be best. Also, there are some new features in the latest AMXX like print_chat_color. I'm wondering how AMXX v1.1 works without issues :shock:.
th3fla wrote:
1 Year Ago
you remove task for setting speed for zombies in every new round so if you return ZE_STOP in ze_game_started_pre forward the task will not be created again so ze_set_zombie_speed will not work
I do not understand what you trying to do. Please explain what you wanna do.
FlizzyPro_123 wrote:
1 Year Ago
bro the download link not work:
teamcity.rehlds.org
it says "This site cant be reached"
@Raheem Please help me
Latest ReHLDS: Latest ReGameDLL: Latest ReAPI: Just download them from GitHub.
He who fails to plan is planning to fail

User avatar
wbyokomo
VIP
VIP
Malaysia
Posts: 15
Joined: 1 Year Ago
Location: Malaysia
Has thanked: 0
Been thanked: 9 times
Contact:

#286

Post by wbyokomo » 1 Year Ago

th3fla wrote:
1 Year Ago
you remove task for setting speed for zombies in every new round so if you return ZE_STOP in ze_game_started_pre forward the task will not be created again so ze_set_zombie_speed will not work
What i understand about this post is when we block the ze_game_started_pre, the set zombie speed is failed. So we need to manually set zombie speed after that.

[ Post made via Android ]
YOkOmO Zombie Escape X
Image
Zombie Plague
Image
MultiMod
Image

User avatar
wbyokomo
VIP
VIP
Malaysia
Posts: 15
Joined: 1 Year Ago
Location: Malaysia
Has thanked: 0
Been thanked: 9 times
Contact:

#287

Post by wbyokomo » 1 Year Ago

Raheem wrote:
1 Year Ago
Yes, bro but you know that many bugs/issues are fixed in the latest version, for this reason using the latest version will be best. Also, there are some new features in the latest AMXX like print_chat_color. I'm wondering how AMXX v1.1 works without issues :shock:.
The only issue i found in Amxmodx 1.10 is the client_print > print_center. This is not a bug actually, because amxmodx 1.10 design to follow up to date cs1.6 client. So only old cs1.6 nosteam client will see that fcuking %s text when print_center message appear. Mostly for stupid cswarzone build 4554 client. Seriously it's 2021 already they can start looking for a better cs1.6 client that don't use 3rd party client protector. Warzone included it own protector that control masterserver list to make money from it. So you use their client, they get money because server operator pay for boost. Then boosted server will be listed in the internet tab. Easy money right? they can add anything to your pc if they want.

So if your server is steam only then you dont need to fix it.
But if your server is running dproto/reunion then you need some kind of metamod plugin to fix that print_center issue. Just search for it.

[ Post made via Android ]
YOkOmO Zombie Escape X
Image
Zombie Plague
Image
MultiMod
Image

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2211
Joined: 6 Years Ago
Has thanked: 55 times
Been thanked: 176 times
Age: 25
Contact:

#288

Post by Raheem » 1 Year Ago

wbyokomo wrote:
1 Year Ago
th3fla wrote:
1 Year Ago
you remove task for setting speed for zombies in every new round so if you return ZE_STOP in ze_game_started_pre forward the task will not be created again so ze_set_zombie_speed will not work
What i understand about this post is when we block the ze_game_started_pre, the set zombie speed is failed. So we need to manually set zombie speed after that.
Alright, in this case, he can use the following natives to reset/set speed again for both zombies/humans:
  1. ze_reset_human_speed
  2. ze_reset_zombie_speed
  3. ze_set_zombie_speed
  4. ze_set_human_speed_factor
wbyokomo wrote:
1 Year Ago
Raheem wrote:
1 Year Ago
Yes, bro but you know that many bugs/issues are fixed in the latest version, for this reason using the latest version will be best. Also, there are some new features in the latest AMXX like print_chat_color. I'm wondering how AMXX v1.1 works without issues :shock:.
The only issue i found in Amxmodx 1.10 is the client_print > print_center. This is not a bug actually, because amxmodx 1.10 design to follow up to date cs1.6 client. So only old cs1.6 nosteam client will see that fcuking %s text when print_center message appear. Mostly for stupid cswarzone build 4554 client. Seriously it's 2021 already they can start looking for a better cs1.6 client that don't use 3rd party client protector. Warzone included it own protector that control masterserver list to make money from it. So you use their client, they get money because server operator pay for boost. Then boosted server will be listed in the internet tab. Easy money right? they can add anything to your pc if they want.

So if your server is steam only then you dont need to fix it.
But if your server is running dproto/reunion then you need some kind of metamod plugin to fix that print_center issue. Just search for it.
The fix can be found here: https://dev-cs.ru/resources/888/. This website requires registration to download it. Or the following fix direct from GitHub: https://github.com/Hun1eR/Print-Center-Fix/releases.
He who fails to plan is planning to fail

User avatar
z0h1r-LK
Mod Developer
Mod Developer
Morocco
Posts: 446
Joined: 4 Years Ago
Location: Morocco
Has thanked: 148 times
Been thanked: 48 times
Age: 21
Contact:

#289

Post by z0h1r-LK » 8 Months Ago

Updated v1.7

User avatar
sPe3doN
Senior Member
Senior Member
Algeria
Posts: 257
Joined: 6 Years Ago
Has thanked: 17 times
Been thanked: 21 times
Age: 23
Contact:

#290

Post by sPe3doN » 8 Months Ago

Z0uha1r_LK wrote:
8 Months Ago
Updated v1.7
Good job, i like it
These users thanked the author sPe3doN for the post:
z0h1r-LK (8 Months Ago)
Image

User avatar
z0h1r-LK
Mod Developer
Mod Developer
Morocco
Posts: 446
Joined: 4 Years Ago
Location: Morocco
Has thanked: 148 times
Been thanked: 48 times
Age: 21
Contact:

#291

Post by z0h1r-LK » 8 Months Ago

Thanks @sPe3doN

sapphirez
Member
Member
Germany
Posts: 1
Joined: 4 Months Ago
Has thanked: 0
Been thanked: 0
Contact:

#292

Post by sapphirez » 4 Months Ago

I have problem with 1.7 ZE Mod
gamemodes

10/29/2022 - 21:17:49: Invalid xvar id
L 10/29/2022 - 21:17:49: [AMXX] Displaying debug trace (plugin "ze_gamemodes.amxx", version "1.7.1")
L 10/29/2022 - 21:17:49: [AMXX] Run time error 10: native error (native "set_xvar_num")
L 10/29/2022 - 21:17:49: [AMXX] [0] ze_gamemodes.sma::chooseDefault (line 257)
L 10/29/2022 - 21:17:49: [AMXX] [1] ze_gamemodes.sma::chooseGame (line 217)
L 10/29/2022 - 21:17:49: [AMXX] [2] ze_gamemodes.sma::show_CountDown (line 136)

User avatar
z0h1r-LK
Mod Developer
Mod Developer
Morocco
Posts: 446
Joined: 4 Years Ago
Location: Morocco
Has thanked: 148 times
Been thanked: 48 times
Age: 21
Contact:

#293

Post by z0h1r-LK » 4 Months Ago

v1.7.1 not released yet

User avatar
z0h1r-LK
Mod Developer
Mod Developer
Morocco
Posts: 446
Joined: 4 Years Ago
Location: Morocco
Has thanked: 148 times
Been thanked: 48 times
Age: 21
Contact:

#294

Post by z0h1r-LK » 2 Months Ago

1.7 Cancelled

xxGamerxx
Member
Member
Jordan
Posts: 13
Joined: 5 Years Ago
Has thanked: 0
Been thanked: 0
Contact:

#295

Post by xxGamerxx » 2 Months Ago

z0h1r-LK wrote:
2 Months Ago
1.7 Cancelled
Why???

dmt404
Member
Member
Posts: 1
Joined: 1 Month Ago
Has thanked: 0
Been thanked: 0
Contact:

#296

Post by dmt404 » 1 Month Ago

z0h1r-LK wrote:
2 Months Ago
1.7 Cancelled
what problems in 1.7?

gorima18
Member
Member
Egypt
Posts: 2
Joined: 3 Weeks Ago
Has thanked: 0
Been thanked: 0
Contact:

#297

Post by gorima18 » 3 Weeks Ago

DLS MOD 23Day by day, I loving with this game. Thank you for creating this game guys. Keep it up :)

czirimbolo
Veteran Member
Veteran Member
Poland
Posts: 600
Joined: 6 Years Ago
Has thanked: 22 times
Been thanked: 17 times
Contact:

#298

Post by czirimbolo » 3 Weeks Ago

Raheem, are you going to make some updates of zombie escape mod?
Image

User avatar
wbyokomo
VIP
VIP
Malaysia
Posts: 15
Joined: 1 Year Ago
Location: Malaysia
Has thanked: 0
Been thanked: 9 times
Contact:

#299

Post by wbyokomo » 3 Weeks Ago

Just a suggestion, i think its not a good idea to make a Full Pack (Windows / Linux), since Re Project always update.

How about to link to the original page and let server hoster learn how to install the mod, if you wanna host a server that mean you must know a basic stuffs about amxmodx.

Original Link:
+ ReHLDS -- https://github.com/dreamstalker/rehlds/releases
+ ReGameDLL -- https://github.com/s1lentq/ReGameDLL_CS/releases
+ Metamod-r -- https://github.com/theAsmodai/metamod-r/releases
+ ReAPI -- https://github.com/s1lentq/reapi/releases
+ AmxModX 1.10 (download Base Package & Counter-Strike) -- https://www.amxmodx.org/downloads-new.php?branch=master
+ (Optional) Print Center Fix -- https://github.com/hun1er/Print-Center-Fix/releases

Print Center Fix is only require if your server is allow nonsteam client. Actually only old client has this issue.
YOkOmO Zombie Escape X
Image
Zombie Plague
Image
MultiMod
Image

Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Who is online

Users browsing this forum: No registered users and 2 guests