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?