sourcemod/configs/cfg/sourcemod.cfg
David Anderson e156dd4ac0 added new exec cfg folder
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40989
2007-06-19 20:01:20 +00:00

15 lines
545 B
INI

// 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"