From e156dd4ac05f035c821a0974feffef92600044b7 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 19 Jun 2007 20:01:20 +0000 Subject: [PATCH] added new exec cfg folder --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40989 --- configs/cfg/sourcemod.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 configs/cfg/sourcemod.cfg diff --git a/configs/cfg/sourcemod.cfg b/configs/cfg/sourcemod.cfg new file mode 100644 index 00000000..df0b3a2f --- /dev/null +++ b/configs/cfg/sourcemod.cfg @@ -0,0 +1,14 @@ +// SourceMod Configuration File +// This file is automatically executed by SourceMod every mapchange. + + +// Specifies how admin activity should be relayed to users. Add up the values +// below to get the functionality you want. +// 1: Show admin activity to non-admins anonymously. +// 2: If 1 is specified, admin names will be shown. +// 4: Show admin activity to admins anonymously. +// 8: If 4 is specified, admin names will be shown. +// 16: Always show admin names to root users. +// -- +// Default: "13" (1+4+8) +sm_show_activity "13"