Author Topic: Changing Player list database?  (Read 869 times)

Is there an script/command to make the Player list say that you have Admin/Super Admin when you dont?

Yes, I think so.

Don't know what it is.

I've seen Ephialtes do it with SuperAdmin in Badspots server but he's already admin but that would have no effect I believe.

i was wondering this for a mod that i was planning on doing.

I've seen Ephialtes do it with SuperAdmin in Badspots server but he's already admin but that would have no effect I believe.
i was pretty sure you couldn't do it clientsided.. but oh well.

It's Definately Client Sided..

You can enter into your console:

ClientCmdSetAdminLevel(%arg);
Where %arg is:
0 for no Admin
1 for normal Admin
2 for Super Admin
(and if you put anything higher, it will show up as the number)

Note that this only is visible to you, and not to the rest of the server.

The only time this command is useful is if the server has you registred as an admin, but your client doesn't.
Entering this will allow you to open the admin menu, but no actual information will show up. (No, you can't use any of the buttons, either, unless the server says you're an admin.)

well when ephi did it everyone noticed it... Idk if it was an command or it was just he got SA for that day :\

Do you mean the message the server gets when someone becomes admin?

In that case, Badspot could have typed this into the console:

messageAll('msgAdminForce', "\c2Ehpialtes has become Super Admin (Manual)");

But I doubt Eric would do that.

Edit: That consoleCmd is basically automatically called when someone becomes a super admin, with their name instead of Ehpialtes. the 'msgAdminForce' makes it play the sound.
« Last Edit: July 22, 2011, 08:17:02 PM by Wheatley »

No not that it showed S in player list by Ephi's name... it was not chat message.

Maybe Ephialtes actually had SA.
« Last Edit: July 22, 2011, 09:41:57 PM by Wheatley »

It was something like clientCmdSuperAdminPlayer(1); or something.