AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   Admins can see only (https://forums.alliedmods.net/showthread.php?t=101092)

GM-Scorp 08-20-2009 16:53

Admins can see only
 
Wel i was wondering if those messages
that sourcemod gives when you kick someone

like Scorp kicked ""his name here"

if i can set that so thats only visable for admins
so that public players or friend without admin status dont see what the admin does

so that every message that sourcemod give when kicking or banning
is only visable for admins

is that posable ?

Kevin_b_er 08-21-2009 22:07

Re: Admins can see only
 
No scripts required.

Open up the following (Example with TF2 where the game directory is 'tf')

tf/cfg/sourcemod/sourcemod.cfg

You should see the following:
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 13

Change that value by adding up the options you want and putting that as the value of sm_show_activity.

To hide it from non-admins completely, don't put in the 1 or the 2 and add the other options you want. Since it sounds like you don't want non-admins to see anything, try out 12. (4 + 8) which will show admin activity only to admins.

GM-Scorp 08-22-2009 03:07

Re: Admins can see only
 
Okay i wil try that
Thank you verry much

i only donr get what the 4+ do i have to put that behind it to or only 12 ?

atom0s 08-22-2009 09:33

Re: Admins can see only
 
Quote:

Originally Posted by GM-Scorp (Post 908826)
Okay i wil try that
Thank you verry much

i only donr get what the 4+ do i have to put that behind it to or only 12 ?


You just add the options you wish to use together and use the total as the value requested.

GM-Scorp 08-22-2009 09:39

Re: Admins can see only
 
So basicly if i want to use 4 and 8

i put 48 behind it

Crap 08-24-2009 14:58

Re: Admins can see only
 
Quote:

Originally Posted by GM-Scorp (Post 909049)
So basicly if i want to use 4 and 8

i put 48 behind it

4+8=12

Put 12

GM-Scorp 09-05-2009 08:52

Re: Admins can see only
 
i tryed it but people still can see what the admins are doing does anyone know what i have to set so that only admins can see if someone get kicked ???

there must be some coder here that knows the number to block off all activaty to the Non-Admins


All times are GMT -4. The time now is 16:46.

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