From fbd597d9325e8424cc278243bae0524e39b1412d Mon Sep 17 00:00:00 2001 From: Michael McKoy Date: Fri, 27 Jul 2007 00:01:09 +0000 Subject: [PATCH] Added basechat cvars --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401187 --- configs/cfg/sourcemod.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/configs/cfg/sourcemod.cfg b/configs/cfg/sourcemod.cfg index f7b4fe23..01666841 100644 --- a/configs/cfg/sourcemod.cfg +++ b/configs/cfg/sourcemod.cfg @@ -37,3 +37,17 @@ sm_reserved_slots 0 // Requires: reservedslots.smx // Default: 0 sm_hide_slots 0 + +// Specifies whether or not non-admins can send messages to admins using +// say_team @. Valid values are 0 (disabled) or 1 (enabled) +// -- +// Required: basechat.smx +// Default: 1 +sm_chat_mode 1 + +// Specifies whether or not non-admins can send private messages to each other +// using say @@ . Valid values are 0 (disabled) or 1 (enabled) +// -- +// Required: basechat.smx +// Default: 1 +sm_psay_mode 0 \ No newline at end of file