Added idle kicker cvars
This commit is contained in:
parent
c71fc25a9d
commit
de44b4382a
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue
Block a user