Page 1 of 1

Yet another High Ping Kicker

Posted: Mon Nov 22, 2021 11:47 pm
by greenie
This plugin kick players that have to high a ping, or too low a cl_updaterate/rate setting. It also has a
option to adds X amount to the max ping when the clock is goes over 24.
The plugin can also automaticly update client settings ( Showing a menu to the client ) or just update his setinfo field ( this will cause the settings lost once he closes HL1)

Forum Thread: http://forums.alliedmods.net/showthread.php?t=7341

Credits:
Ops in #AMXmod @ Quakenet for alot of help ( + AssKicR & CheesyPeteza )

Install:
Install the plugin like any other
Put these into your amxx.cfg with the correct vaules
amx_maxping 125
amx_minrate 10000
amx_minupdaterate 40
amx_maxping_add 50

Changelog:
1.1.4
- Added: Define UseSetInfo so you can change if you want to use client_cmd() instead of setinfo

1.1.3
- Fixed: Fixed typo
- Added: cvar showing version

1.1.2
- Fixed: Typo in log_amx()
- Added: #define To disable cl_updaterate on the client.
- Added: Automaticly changeing client settings without chaning the cvar ( Just changeing the setinfo field instead )
- Added: Also checks the clients Rate setting ( cvar: amx_minrate )
- Added: amx_minupdaterate The lowest accetable client updaterate
plugin