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:
AttachmentNotes: - Script prevents rejoining to reset warning counter: HWID based
- Max_Ping in soldat.ini must be higher than Max_Ping in script's config file (will be created at const PATH (script's data folder) after the 1st run). I'd recommend setting soldat.ini's to 1000
- Script is using Admin Unit, so it requires Sandbox level 1 or 0 for commands to work, if commands are not needed, sandbox 2 is fine
- This script has not been tested with multiple people online. I think it should be working fine though.
Detailed descriptionAs requested
in this topic I tried to write an alternative ping limiter. In Script Core 3.
Admin commands:
- /maxping XXX (negative values also work for testing purposes)
- /reset ID
- /exclude ID (toggle excluding ID from checks)
Anyways, config file is as follows:
[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)