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

Hide admin commands


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
bouncer
Veteran Member
Join Date: Apr 2009
Old 11-04-2010 , 23:01   Hide admin commands
Reply With Quote #1

Could someone create a plugin so that non-admins cannot see any admin commands that admins are typing?, basically it shows nothing in chat.

But other admins (regardless of immunity level) can see it?
__________________


bouncer is offline
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 11-04-2010 , 23:07   Re: Hide admin commands
Reply With Quote #2

sm_show_activity ..? /cfg/sourcemod/sourcemod.cfg if memory serves me correctly.
__________________
thetwistedpanda is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 11-05-2010 , 06:28   Re: Hide admin commands
Reply With Quote #3

silent chat trigger... use / instead !
in chat:/slay @all
__________________
Do not Private Message @me
Bacardi is offline
bouncer
Veteran Member
Join Date: Apr 2009
Old 11-05-2010 , 17:34   Re: Hide admin commands
Reply With Quote #4

k but I want to not make it appear regardless, because sometimes our admins would forget to type / instead of !.

Can anyone make this plugin?
__________________


bouncer is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 11-05-2010 , 17:44   Re: Hide admin commands
Reply With Quote #5

You can edit from
...addons\sourcemod\configs\core.cfg
Code:
    /**
     * String to use as the public chat trigger.  Set an empty string to disable.
     */
    "PublicChatTrigger"        "!"
    
    /**
     * String to use as the silent chat trigger.  Set an empty string to disable.
     */
    "SilentChatTrigger"        "/"
Change "SilentChatTrigger" to "!"
and leave "PublicChatTrigger" to empty ""

*edit
And there is one option more, set this "yes"
Code:
    /**
     * If a say command is a silent chat trigger, and is used by an admin, 
     * but it does not evaluate to an actual command, it will be displayed 
     * publicly.  This setting allows you to suppress accidental typings.
     *
     * The default value is "no".  A value of "yes" will supress.
     */
    "SilentFailSuppress"    "no"
__________________
Do not Private Message @me
Bacardi is offline
bouncer
Veteran Member
Join Date: Apr 2009
Old 11-05-2010 , 17:46   Re: Hide admin commands
Reply With Quote #6

K thanks that helps, but what if I wanted my other admins to still be able to see what my other admins are typing?
__________________


bouncer is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 11-05-2010 , 17:48   Re: Hide admin commands
Reply With Quote #7

ou ye.. that was what you ask in first post... Then I don't know.
Bacardi is offline
bouncer
Veteran Member
Join Date: Apr 2009
Old 11-05-2010 , 17:54   Re: Hide admin commands
Reply With Quote #8

So is a plugin possible...?
__________________


bouncer 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 16:01.


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