From de44b4382a0dde592e37f277509754a44b984a06 Mon Sep 17 00:00:00 2001 From: CheesyPeteza Date: Sun, 19 Sep 2004 00:27:06 +0000 Subject: [PATCH] Added idle kicker cvars --- configs/ns/amxx.cfg | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/configs/ns/amxx.cfg b/configs/ns/amxx.cfg index 7d032afe..d516fef2 100755 --- a/configs/ns/amxx.cfg +++ b/configs/ns/amxx.cfg @@ -68,9 +68,6 @@ amx_extendmap_max 90 // Step for each extending amx_extendmap_step 15 -// Ignore the minimum and maximum settings for maps in the mapcycle -amx_mapnum_ignore 0 - //If you set this to 0, clients cannot chose their language amx_client_languages 1 @@ -79,4 +76,12 @@ amx_client_languages 1 // 1 - Plugins with "debug" option in plugins.ini are put into debug mode // 2 - All plugins are put in debug mode // Note - debug mode will affect JIT performance -amx_debug 1 \ No newline at end of file +amx_debug 1 + +// Ignore the minimum and maximum settings for maps in the mapcycle +amx_mapnum_ignore 0 + +// Idle Kicker Settings: +amx_idle_time 120 // Time players must be idle to be kicked +amx_idle_min_players 8 // Minimum players on the server before kicking starts +amx_idle_ignore_immunity 1 // Kick idle admins with immunity?