Raised This Month: $12 Target: $400
 3% 

HighPingKicker OLO Based/Updated [22/10/2022]


Post New Thread Reply   
 
Thread Tools Display Modes
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 12-04-2018 , 10:24   Re: HighPingKicker OLO Based/Updated [26/11/2018]
Reply With Quote #21

Quote:
Originally Posted by DJEarthQuake View Post
10TB bandwidth VPS for the price we used to pay for AOL! It amazes me there is still a need for such. Thank you iceeedr for all your hard work at re-optimizing this and sharing. It just shocks me with this much bandwidth with this old of a game that this is necessary! I am looking at 1TB for under $4.
Thanks, it really is a game that still demands a lot of broadband, I hope the plugin helps you.
__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/
iceeedr is offline
Send a message via Skype™ to iceeedr
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 12-04-2018 , 12:05   Re: HighPingKicker OLO Based/Updated [26/11/2018]
Reply With Quote #22

I haven't tried your updated HPK yet, but it is next! You are actually trying while so many others are basking in the comfort zone from 15 years ago when AMXX picked up where Admin Mod and AMXMOD left off. We are almost 2 decades later. It is time for some improvements and code optimizations. Thank you again for your work and noticing the needs!! I also have noticed whatever OLO based ping kickers I experimented with here, while a neat concept were functionally worthless. It could have been a config issue on my part making the settings too lenient. But consistently over rate as we have noticed and not being kicked or warned is completely unacceptable. I just tried the Yet kicker which I avoided because users said it was broken for the last 10 years. I replied to the thread and the maintainer called my comments trolling. Since you are respectable I will switch to your stuff buddy. Yet works well but needs more time to tell. Something with timers and AMXMODX plugins have a way of going to hell of those are not set just so.
__________________
DJEarthQuake is offline
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 12-04-2018 , 12:10   Re: HighPingKicker OLO Based/Updated [26/11/2018]
Reply With Quote #23

Code:
HighPingKicker.sma(5) : fatal error 111: user error: "This plugin requires AMXX 1.9"
I do not like having to hack plugins...

We have to use developer for gungame.

amxx version
AMX Mod X 1.8.3-dev+5151 (http://www.amxmodx.org)
Authors:
David "BAILOPAN" Anderson, Pavol "PM OnoTo" Marko
Felix "SniperBeamer" Geyer, Jonny "Got His Gun" Bergstrom
Lukasz "SidLuke" Wlasinski, Christian "Basic-Master" Hammacher
Borja "faluco" Ferrer, Scott "DS" Ehlert
Compiled: Dec 8 2017 15:23:50
Built from: https://github.com/alliedmodders/amxmodx/commit/7b3646a
Build ID: 5151:7b3646a
Core mode: JIT+ASM32
__________________
DJEarthQuake is offline
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 12-04-2018 , 12:15   Re: HighPingKicker OLO Based/Updated [26/11/2018]
Reply With Quote #24

If you could put a comment to erase/comment out those 3 lines for people who do not know how to work code. That would be nice.

Code:
#if AMXX_VERSION_NUM < 190
    #error "This plugin requires AMXX 1.9"
#endif
__________________

Last edited by DJEarthQuake; 12-04-2018 at 12:17.
DJEarthQuake is offline
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 12-04-2018 , 12:21   Re: HighPingKicker OLO Based/Updated [26/11/2018]
Reply With Quote #25

Actually, the use is restricted to amxx 1.9 (which is 1.8.3 as already explained in several topics), I can not guarantee that the use of the 1.8.3 files (in any of your past updates) will contain the native ones used in the plugin , so it is difficult to remove this warning. What I can do is add an amxx version 1.8.2 that by the amxx compatibility policy will be fully used in versions 1.8.3.
__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/
iceeedr is offline
Send a message via Skype™ to iceeedr
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 12-04-2018 , 12:27   Re: HighPingKicker OLO Based/Updated [26/11/2018]
Reply With Quote #26

I just cut the 3 lines and works fine. There is a real stupid question I have. Some of my players are from China. I would like to surprise them and have a Chinese translation in there too as well as other languages such as Russian. We have plenty of Russian players also. What happens on AMDMODX when non-utf8 characters are used?
__________________
DJEarthQuake is offline
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 12-04-2018 , 12:32   Re: HighPingKicker OLO Based/Updated [26/11/2018]
Reply With Quote #27

You can send me the translation, as far as I know, saving the file as UTF-8 without BOM, it works normally.

On the working version of amxx 1.8.3, I can not guarantee that in versions (although 1.8.3), but more outdated than yours, will work, so the message. I will add the support for 1.8.2 today, it is already ready, but it is in another HD.
__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/
iceeedr is offline
Send a message via Skype™ to iceeedr
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 12-04-2018 , 12:44   Re: HighPingKicker OLO Based/Updated [26/11/2018]
Reply With Quote #28

I also will conform and get 1.9. Thanks for the wake up call! I forgot it is already here. On with the code roundup. Yee-haw!
__________________
DJEarthQuake is offline
iceeedr
Veteran Member
Join Date: Apr 2017
Location: Brazil
Old 12-04-2018 , 12:47   Re: HighPingKicker OLO Based/Updated [26/11/2018]
Reply With Quote #29

Yeah, any bug or problem contact me right here, I hope you enjoy it.
__________________


Quote:
Originally Posted by fysiks View Post
Please stop trying to help. You appear to just be posting random stuff. Wait until you actually understand more about AMX Mod X and how the game works.
https://iceeedr.com.br/
iceeedr is offline
Send a message via Skype™ to iceeedr
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 12-04-2018 , 12:56   Re: HighPingKicker OLO Based/Updated [26/11/2018]
Reply With Quote #30

I know a good plugin. When it is the people's choice it has translation activity like this does. On with the 1.9 migration.
__________________
DJEarthQuake is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 17:49.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode