mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-20 08:34:44 +00:00
Unintegrated
This commit is contained in:
parent
e0f369d061
commit
fe2ce42f7e
|
|
@ -8,7 +8,6 @@ $Host::AllowMapScript = "True";
|
|||
$Host::AnimateWithTransitions = 0;
|
||||
$Host::AntiCloakEnable = 1;
|
||||
$Host::AntiCloakPlayerCount = 6;
|
||||
$Host::AFKTimeout = 3;
|
||||
$Host::BanTime = 2147483647;
|
||||
$Host::BotCount = 2;
|
||||
$Host::BotsEnabled = 0;
|
||||
|
|
|
|||
|
|
@ -1,15 +1,10 @@
|
|||
//AFK Timeout
|
||||
//Script BY: DarkTiger
|
||||
//
|
||||
//TacoServer:
|
||||
//Change to how many minutes to set forced Observer for AFK players
|
||||
//Setting to 0 disables this feature
|
||||
//$Host::AFKTimeout = 1;
|
||||
//
|
||||
//Client specific to save on schedules
|
||||
//Add clients who are normally AFK
|
||||
|
||||
$dtVar::AFKtime = 60000 * $Host::AFKTimeout;//if player is afk specific amount of time, force them into observer
|
||||
$dtVar::AFKtime = 60000 * 3;//if player is afk specific amount of time, force them into observer
|
||||
$dtVar::AFKloop = 1000 * 30;//loop check timer currently set to 30 secs
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
|
|
@ -203,7 +203,6 @@ $Host::loadingmsgline3 = "Required Mappacks: "; //Loading screen msg lin
|
|||
$Host::loadingmsgline3content = "S5 S8 TWL TWL2"; //Loading screen msg content 3
|
||||
$Host::loadingmsgline4 = "Hosted by: "; //Loading screen msg line 4
|
||||
$Host::loadingmsgline4content = "Branzone"; //Loading screen msg content 4
|
||||
$Host::AFKTimeout = 3; //Time in minutes to put AFK player in observer mode, 0 disables it
|
||||
//LakRabbit
|
||||
$Host::EnableLakUnlimitedDJ = 1; //Unlimited disc-jumps if enabled
|
||||
$Host::LakRabbitNoSplashDamage = 0; //Splash Damage enabled or not
|
||||
|
|
|
|||
Loading…
Reference in a new issue