diff --git a/configs/amxx.cfg b/configs/amxx.cfg index 35820c8f..44df3943 100755 --- a/configs/amxx.cfg +++ b/configs/amxx.cfg @@ -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 \ No newline at end of file diff --git a/configs/cstrike/amxx.cfg b/configs/cstrike/amxx.cfg index e33c7717..ecfe5a00 100755 --- a/configs/cstrike/amxx.cfg +++ b/configs/cstrike/amxx.cfg @@ -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 \ No newline at end of file diff --git a/configs/ns/amxx.cfg b/configs/ns/amxx.cfg index 6d86d798..9f156e1b 100755 --- a/configs/ns/amxx.cfg +++ b/configs/ns/amxx.cfg @@ -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 \ No newline at end of file