This addon protect your server from high ping players, works also for ping-hackers.
Supports warning-messages, kick-messages and public-messages.
Config in cfg/pPing.cfg
[b]Please note: This addon needs [url=http://addons.eventscripts.com/addons/view/srcds]srcds[/url].[/b]
Installation
1. Upload to your Server
2. Configure your settings in pPing.cfg
3. Run es_load pPing
Version Notes For 1.3
Updated on: 2008-10-28 04:39:34 EST by Eun (View Zip Contents)
Needs [url=http://addons.eventscripts.com/addons/view/srcds]srcds.console[/url].
[b]Works currently ONLY on Linux [/b]
Please report bugs, and test it on other games.
Current settings
[code]
// Note if you change something here reload pPing
// maxping that is allowed
pPing_maxping 150
// warnings before get kicked (0 = instantly kicked)
pPing_warnings 2
// check every x seconds
pPing_interval 60
// warnmessage that appears to the player
pPing_warnmsg "Please lower your ping or you get kicked"
// kickmessage
pPing_kickmsg "Your ping was to high [Max: 150]"
// if you clear this nothing will displayed
pPing_kickmsgpub "was kicked beacause of violating the ping limit (150)"
[/code]