Official Soldat Forums

Server Talk => Scripting Releases => Topic started by: Savage on May 15, 2020, 12:32:58 pm

Title: SavageSpree
Post by: Savage on May 15, 2020, 12:32:58 pm
Script Name: SavageSpree
Script Description: Shows messages about current player's killing spree, saves best scores to the files. Script also shows best sprees done at current map at the end of the round.
Original Author(s): Savage
Compilation: Passed
Core Version: 2.8.2 (SC3)

Options:
SHOW_SPREEMSG = 4; //Number of kills between spree messages
COUNT_BOTS = TRUE;
ALLOW_SELF_KILL = FALSE;
TOP_SPREE = 10;
TOP_SPREE_MAP = 5;
TIME_SAVE_TOP = 30; //How often top should be saved to files (in seconds)

Commands:
!topspree - check best killing sprees
!topspreemap - check best killing sprees on current map
Title: Re: SavageSpree
Post by: Savage on June 29, 2020, 06:32:04 pm
Added ALLOW_SELF_KILL boolean constant to end the spree on self kill