Author Topic: ______ gave _______ admin  (Read 1133 times)

Why dont we have this already?  Its a add on that when an admin gives another player admin (or super, though they would need host's permission to do this) it says the name of who gave that player admin. That way when you are checking admins, if you see random people given by your friends (better yet if your friends friend gives it to people) you can de-admin them, I also think there should be one for if they got the admin password, and for dedicated, if it was used when the host (or any admin for that matter) was there when they got the password.

I agree with this completely. For some reason, however, Badspot thought it not important that we know who granted the admin, but only who was granted admin.

This could easily be made... (waiting for add-on)

There should be a disable F8 also, I have seen lots of admins abusing that.

There should be a disable F8 also, I have seen lots of admins abusing that.
This is impossible, as F8 is clientsided. The only way to do this is to have it be default in the game.

This is impossible, as F8 is clientsided. The only way to do this is to have it be default in the game.

Stop being so literal. Of course you can't block pressing a button, but you can let the server prevent the action it does from happening. In this case, putting them into freecam mode.


Erm. You can disabled f8.
Thanks Funnel, though is it possible to make it so you can see who gave someone admin?

Erm. You can disabled f8.
it all depends on what f8 is bound to :D
you can't stop them from binding it to something like the esc menu, or another clientsided gui, you can only disable server commands
Thanks Funnel, though is it possible to make it so you can see who gave someone admin?
i could make a /giveadmin command, or /admin command, which would display it

Actually, it blocks DropCameraAtPlayer, so no matter what it is binded to, they won't be able to use it. Also, the cmd for admin would be pretty easy to make.

Actually, it blocks DropCameraAtPlayer, so no matter what it is binded to, they won't be able to use it. Also, the cmd for admin would be pretty easy to make.
you can only disable server commands
that would be a server command...
/dropplayeratcamera or something similar i do reckon

I'm confused, are you saying when they press the button binded to DropPlayerAtCamera it will or it won't work with this addon? When they press the button it uses the cmd, so if they cmd is disabled it won't work.

I'm confused, are you saying when they press the button binded to DropPlayerAtCamera it will or it won't work with this addon? When they press the button it uses the cmd, so if they cmd is disabled it won't work.
button != server command
button can be rebound
server command can be rebound or typed
you can only block the server command, not the button

But DropCameraAtPlayer is not a servercmd.


But DropCameraAtPlayer is not a servercmd.

But serverCmdDropCameraAtPlayer is a serverCmd. DropCameraAtPlayer does commandToServer('DropCameraAtPlayer');, which is serverCmdDropCameraAtPlayer