Added new CVAR

This commit is contained in:
David Anderson 2004-08-22 10:53:49 +00:00
parent e94e4ce068
commit 19fb29c688
3 changed files with 9 additions and 0 deletions

View File

@ -67,3 +67,6 @@ amx_extendmap_max 90
// Step for each extending
amx_extendmap_step 15
//If you set this to 0, clients cannot chose their language
amx_client_languages 1

View File

@ -83,3 +83,6 @@ amx_statsx_duration 12.0
// HUD-statistics display limit relative round freeze end
// Negative time will clear the HUD-statstics before the round freeze time has ended
amx_statsx_freeze -2.0
//If you set this to 0, clients cannot chose their language
amx_client_languages 1

View File

@ -70,3 +70,6 @@ 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