Raised This Month: $ Target: $400
 0% 

Hide admin commands


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 11-05-2010 , 17:44   Re: Hide admin commands
Reply With Quote #1

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
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 21:13.


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