Added idle kicker cvars

This commit is contained in:
CheesyPeteza 2004-09-19 00:27:06 +00:00
parent c71fc25a9d
commit de44b4382a

View File

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