diff --git a/configs/amxx.cfg b/configs/amxx.cfg index 8ce8a94c..cf6be726 100755 --- a/configs/amxx.cfg +++ b/configs/amxx.cfg @@ -33,9 +33,12 @@ amx_freq_imessage 180 // Set in seconds how fast players can chat (chat-flood protection) amx_flood_time 0.75 -// Amount of reserved slots (for more details see comments in a plugin source) +// Amount of reserved slots, amx_hideslots must be 1 to use this cvar (for more details see comments in plugin source) amx_reservation 0 +// If you set this to 1, you can hide slots on your server +amx_hideslots 0 + // Displaying of time remaining // a - display white text on bottom // b - use voice diff --git a/configs/cstrike/amxx.cfg b/configs/cstrike/amxx.cfg index c5107518..4b3bd80f 100755 --- a/configs/cstrike/amxx.cfg +++ b/configs/cstrike/amxx.cfg @@ -33,9 +33,12 @@ amx_freq_imessage 180 // Set in seconds how fast players can chat (chat-flood protection) amx_flood_time 0.75 -// Amount of reserved slots (for more details see comments in a plugin source) +// Amount of reserved slots, amx_hideslots must be 1 to use this cvar (for more details see comments in plugin source) amx_reservation 0 +// If you set this to 1, you can hide slots on your server +amx_hideslots 0 + // Displaying of time remaining // a - display white text on bottom // b - use voice diff --git a/configs/ns/amxx.cfg b/configs/ns/amxx.cfg index 21f2ef6c..1b8c4f62 100755 --- a/configs/ns/amxx.cfg +++ b/configs/ns/amxx.cfg @@ -33,9 +33,12 @@ amx_freq_imessage 180 // Set in seconds how fast players can chat (chat-flood protection) amx_flood_time 0.75 -// Amount of reserved slots (for more details see comments in a plugin source) +// Amount of reserved slots, amx_hideslots must be 1 to use this cvar (for more details see comments in plugin source) amx_reservation 0 +// If you set this to 1, you can hide slots on your server +amx_hideslots 0 + // Displaying of time remaining // a - display white text on bottom // b - use voice