01.05.2013, 19:56
Overview
Just figured I'd try out my new module-style coding and create this rather simple ping kicker. Nonetheless, maybe it'll be useful for someone, so here you go. A bit of customization is available, detailed below..
Information
This ping kicker is called OnPlayerConnect, and uses a single timer which is destroyed after its allotted time is over with. The best part of this filterscript? Unless the player has a high ping - a normal player will never even know this is running!
Download
- pingkicker.pwn (Filterscript version)
- PK.pwn (module/hooked version)
Just figured I'd try out my new module-style coding and create this rather simple ping kicker. Nonetheless, maybe it'll be useful for someone, so here you go. A bit of customization is available, detailed below..
Information
Quote:
DIALOG_PINGKICKER - The dialogid associated with the Ping Kicker. (Uses 1 dialog) MAX_PING - The maximum ping before the ping kicker is executed. PING_CHECK_TIME - How often their ping is checked. MAX_PING_WARNINGS - How many times their ping is checked. PING_WARNINGMESSAGE - The message displayed every time their ping is over MAX_PING. |
Download
- pingkicker.pwn (Filterscript version)
- PK.pwn (module/hooked version)