Official Soldat Forums

Server Talk => Scripting Releases => Topic started by: Mighty on August 27, 2013, 09:42:10 pm

Title: Alternative Ping Handler
Post by: Mighty on August 27, 2013, 09:42:10 pm
Script Name: Ping Handle
Script Description: Alternative lagger handler
Author(s): Mighty
Soldat Version: 1.6.5
Server Version: 2.7.5
Script Core Version: 3
Script Version: 1.1
Download: Attachment (http://forums.soldat.pl/index.php?action=dlattach;topic=42844.0;attach=30457)
Notes:
 Detailed description
As requested in this topic (http://forums.soldat.pl/index.php?topic=42842.0) I tried to write an alternative ping limiter. In Script Core 3.
Admin commands:


Anyways, config file is as follows:
Code: (ini) [Select]
[Settings]
Max_Ping=250 
Max_Warnings=10 // player will be kicked at 11th
Notify_Player=1 // show warnings to a player
Interval=5 // ping check interval (seconds)
Ban_Time=10 // (minutes)
 
Title: Re: Alternative Ping Handler
Post by: Mighty on August 28, 2013, 04:29:52 am
where is Includes.txt? its should have only PingHandle.pas?
This is a Script Core 3 script. It's supposed to be like that. Config.ini replaces Inludes.txt. The archieve is fine, you should unpack it into scripts folder

Quote
its possible to disable ping kick for selected players?
Quote
the script misses some functionalities, like (...) excluding players from the system
Title: Re: Alternative Ping Handler
Post by: Mighty on August 28, 2013, 12:08:22 pm
Update: Added admin commands and "~"-path support
Title: Re: Alternative Ping Handler
Post by: skrX on August 28, 2013, 01:35:56 pm
Very useful, gj Mighty.