From bec98dcddd6987cf48e003474a27778e3d66c65f Mon Sep 17 00:00:00 2001 From: Borja Ferrer Date: Sat, 7 Jan 2006 01:04:07 +0000 Subject: [PATCH] added new cvar for adminslots plugin --- configs/amxx.cfg | 5 ++++- configs/cstrike/amxx.cfg | 5 ++++- configs/ns/amxx.cfg | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) 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