Raised This Month: $51 Target: $400
 12% 

Don't show messages when changing settings..


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
mack87
New Member
Join Date: Aug 2010
Old 08-07-2010 , 01:09   Don't show messages when changing settings..
Reply With Quote #1

I know I found this option before, but I can't find it now. I don't want people to see that I kicked someone, or that I tweaked a configuration (no not abusing it!)

How can I disable this? I could of sworn it was in the configurations. Thanks.
mack87 is offline
Cliffhanger
SourceMod Donor
Join Date: May 2010
Location: Arizona
Old 08-07-2010 , 04:59   Re: Don't show messages when changing settings..
Reply With Quote #2

Go to your server cfg/sourcemod folder and find sourcemod.cfg

find the cvar and edit it to the value you want:
(0 means it wont announce to anyone, not even admins)
Code:
// 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 0
__________________


Cliffhanger is offline
mack87
New Member
Join Date: Aug 2010
Old 08-08-2010 , 22:25   Re: Don't show messages when changing settings..
Reply With Quote #3

Quote:
Originally Posted by Cliffhanger View Post
Go to your server cfg/sourcemod folder and find sourcemod.cfg

find the cvar and edit it to the value you want:
(0 means it wont announce to anyone, not even admins)
Code:
// 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 0
Thank you, what # do I need to use to show admin activity to admins only?
mack87 is offline
Cliffhanger
SourceMod Donor
Join Date: May 2010
Location: Arizona
Old 08-08-2010 , 22:37   Re: Don't show messages when changing settings..
Reply With Quote #4

To show names to admins you would want 12
__________________


Cliffhanger is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:26.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode