Unintegrated

This commit is contained in:
ChocoTaco 2019-06-08 03:47:06 -04:00
parent e0f369d061
commit fe2ce42f7e
3 changed files with 1 additions and 8 deletions

View file

@ -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
////////////////////////////////////////////////////////////////////////////////