AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   Hide admin commands (https://forums.alliedmods.net/showthread.php?t=142369)

bouncer 11-04-2010 23:01

Hide admin commands
 
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?

thetwistedpanda 11-04-2010 23:07

Re: Hide admin commands
 
sm_show_activity ..? /cfg/sourcemod/sourcemod.cfg if memory serves me correctly.

Bacardi 11-05-2010 06:28

Re: Hide admin commands
 
silent chat trigger... use / instead !
in chat:/slay @all

bouncer 11-05-2010 17:34

Re: Hide admin commands
 
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?

Bacardi 11-05-2010 17:44

Re: Hide admin commands
 
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"


bouncer 11-05-2010 17:46

Re: Hide admin commands
 
K thanks that helps, but what if I wanted my other admins to still be able to see what my other admins are typing?

Bacardi 11-05-2010 17:48

Re: Hide admin commands
 
ou ye.. that was what you ask in first post... Then I don't know.
:3

bouncer 11-05-2010 17:54

Re: Hide admin commands
 
So is a plugin possible...?


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

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