Official Releases
-
Raheem
- Mod Developer

- Posts: 2211
- Joined: 6 Years Ago
-
Has thanked:
55 times
-
Been thanked:
176 times
- Age: 25
-
Contact:
-
Quote
-
0
login to like this post
#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
-
wbyokomo
- VIP


- Posts: 13
- Joined: 1 Year Ago
- Location: Malaysia
-
Has thanked:
0
-
Been thanked:
7 times
-
Contact:
-
Quote
-
0
login to like this post
#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

Zombie Plague

MultiMod

-
th3fla
- Member


- Posts: 2
- Joined: 1 Year Ago
-
Has thanked:
0
-
Been thanked:
0
-
Contact:
-
Quote
-
0
login to like this post
#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


- Posts: 3
- Joined: 1 Year Ago
-
Has thanked:
0
-
Been thanked:
0
-
Contact:
-
Quote
-
0
login to like this post
#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
-
Raheem
- Mod Developer

- Posts: 2211
- Joined: 6 Years Ago
-
Has thanked:
55 times
-
Been thanked:
176 times
- Age: 25
-
Contact:
-
Quote
-
0
login to like this post
#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

.
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
-
wbyokomo
- VIP


- Posts: 13
- Joined: 1 Year Ago
- Location: Malaysia
-
Has thanked:
0
-
Been thanked:
7 times
-
Contact:
-
Quote
-
0
login to like this post
#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

Zombie Plague

MultiMod

-
wbyokomo
- VIP


- Posts: 13
- Joined: 1 Year Ago
- Location: Malaysia
-
Has thanked:
0
-
Been thanked:
7 times
-
Contact:
-
Quote
-
0
login to like this post
#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

.
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

Zombie Plague

MultiMod

-
Raheem
- Mod Developer

- Posts: 2211
- Joined: 6 Years Ago
-
Has thanked:
55 times
-
Been thanked:
176 times
- Age: 25
-
Contact:
-
Quote
-
0
login to like this post
#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:
- ze_reset_human_speed
- ze_reset_zombie_speed
- ze_set_zombie_speed
- 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

.
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
-
sapphirez
- Member


- Posts: 1
- Joined: 2 Months Ago
-
Has thanked:
0
-
Been thanked:
0
-
Contact:
-
Quote
-
1
login to like this post
#292
Post
by sapphirez » 2 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)
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
Users browsing this forum: No registered users and 1 guest