diff --git a/configs/amxx.cfg b/configs/amxx.cfg index 88abed5c..76fc97bf 100755 --- a/configs/amxx.cfg +++ b/configs/amxx.cfg @@ -61,12 +61,13 @@ amx_plmenu_slapdmg 1 5 // Default value: 0.75 amx_flood_time 0.75 -// Amount of reserved slots, amx_hideslots must be 1 to use this cvar (for more details see comments in plugin source) +// Amount of slots to reserve. // // Default value: 0 amx_reservation 0 -// If you set this to 1, you can hide slots on your server +// If you set this to 1, you can hide slots on your server. +// If server "full" of public slots and slots hidden, you must manually connect with connect console command // // Default value: 0 amx_hideslots 0 diff --git a/configs/cstrike/amxx.cfg b/configs/cstrike/amxx.cfg index 741caef4..4cb57453 100755 --- a/configs/cstrike/amxx.cfg +++ b/configs/cstrike/amxx.cfg @@ -51,12 +51,13 @@ amx_freq_imessage 180 // Default value: 0.75 amx_flood_time 0.75 -// Amount of reserved slots, amx_hideslots must be 1 to use this cvar (for more details see comments in plugin source) +// Amount of slots to reserve. // // Default value: 0 amx_reservation 0 -// If you set this to 1, you can hide slots on your server +// If you set this to 1, you can hide slots on your server. +// If server "full" of public slots and slots hidden, you must manually connect with connect console command // // Default value: 0 amx_hideslots 0 diff --git a/configs/ns/amxx.cfg b/configs/ns/amxx.cfg index cee7be9d..fa326c00 100755 --- a/configs/ns/amxx.cfg +++ b/configs/ns/amxx.cfg @@ -51,12 +51,13 @@ amx_freq_imessage 180 // Default value: 0.75 amx_flood_time 0.75 -// Amount of reserved slots, amx_hideslots must be 1 to use this cvar (for more details see comments in plugin source) +// Amount of slots to reserve. // // Default value: 0 amx_reservation 0 -// If you set this to 1, you can hide slots on your server +// If you set this to 1, you can hide slots on your server. +// If server "full" of public slots and slots hidden, you must manually connect with connect console command // // Default value: 0 amx_hideslots 0