PDA

View Full Version : It's possible blocked one command for only one Admin?


homerjsimpson
05-26-2013, 19:32
Hi,

The Admin stay on a group setting for Sourcebans. I would like to know if is possible blocked 1 command for 1 Admin that group.

I don't know if is possible do that, on addons/sourcemod/configs/admins_simple.ini do that:
"STEAM_0:1:234567890"
{
Overrides
{
"sm_ban" "deny"
}
}

Or do anything else that makes it!?!

Regards

friagram
05-27-2013, 07:02
Do not give flags to users or groups if you do not want them to inherit command access
Either remove them from that group, or change the flag of that command to something else.

You probably want something like this:

Donators1
Donators2
Admins1
Admins2
Admins3

So say donators 1 get custom flag for generic stuff
Donators 2 get custom flag and reserved flag

Admins 1 get generic flag and reserved flag
Admins 2 get generic flag and reserved flag and ban flag
Admins 3 get z

Or whatever suits you.

Also in sourcebans i believe there is an option to add flags to a specific user.