command to see all admin

BeastTheNinja

Poster Extraordinaire
=(eGO)=
Joined
May 12, 2018
Messages
3,162
i was wondering if we could make a command so we know who the admin is on the server, instead of looking through the tap, so instead we could maybe make a command call it !adminon

for when we type that command in the chat, we would see who is the admin, there is on
 
Do status in console. It will show you all the players on the servers, and then just look for the tags.

There are better ways, however I believe they may be admin only commands.
 
well i could do that too, but i was just thinking its esaier if we made a command to it though
 
The command would be a waste of time since you can tell who is an admin with the eG or eGO tags on the server (just my opinion) .
 
yeah ik that but it could be a help to alot of players who dont know who is an admin or not
 
yeah ik that but it could be a help to alot of players who dont know who is an admin or not

All they have to do is ask "Who is an admin?" In chat, and the answer would be there quickly. I don't see anything like this ever being made or implemented. If a player needs an admin, they just do @ in team chat, which I believe is one of the rotating messages.
 
The command would be a waste of time since you can tell who is an admin with the eG or eGO tags on the server (just my opinion) .

I'm not an admin (least it don't seem that way in servers).

This command really isn't hard to do at all, it's just a loop through every player that appends a username to a String if somekne has X flag or if IsAdmin() returns true.
 
Sourcemod has this by default actually. It's sm_who. Non-admins only see whether or not everybody is an admin (it says Yes or No), while admins still get to see specific access.

However, most servers keep it disabled for non-admins for some reason.
 
All you need to do is run sm_who in console.

It shows their rank and forum name.
 
Back
Top