Alright so all my groups are working perfectly except for one problem. My moderators can physgun the admin and superadmin groups. They can't use any commands like !jail or !kick, but they can physgun them.
My groups are set up like this:
superadmin, inherits from: admin, can target: *
admin, inherits from: moderator, can target: !%superadmin
moderator, inherits from: platinum, can target: !%admin
platinum, inherits from: gold, can target: !%moderator
gold, inherits from: moderator, can target: !%platinum
silver, inherits from: platinum, can target: !%gold
bronze, inherits from: gold, can target: !%silver
regular, inherits from: user, can target: !%user
user, inherits from: user, can target: !%user
I have tried using the following command in my garrysmod console since i am using a server host:
rcon_password (mypassword)
ulx groupallow moderator physgunplayers "!%admin"
Then it says this :
Group "moderator" already has access to "physgunplayers".
I also have an issue with the tab menu in game. Although the moderators can not use the !jail command on higher up staff, they can still use the tab menu commands or buttons on them. For example: a moderator can use the tab menu jail command on a admin or superadmin. How would i go about fixing this?
Thanks!