Added new CVAR
This commit is contained in:
parent
e94e4ce068
commit
19fb29c688
|
@ -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
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue
Block a user