Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: mrAngryOven on December 08, 2013, 02:35:13 PM

Title: Operators can use commands on Admins, superadmins and headadmins
Post by: mrAngryOven on December 08, 2013, 02:35:13 PM
Hi, can anyone help me.

I have a gmod server for ttt and have added a headadmin group. I have set the can target for operator to !%owner, headadmin, superadmin, admin . but for some reason the operators can still use commands such as slap, slay, maul on the headadmin group.

Thanks in advance
Arron
Title: Re: Operators can use commands on Admins, superadmins and headadmins
Post by: JamminR on December 08, 2013, 07:22:03 PM
Unless you did it 100% correctly, it's likely users have same access as your operators on the server.
Superadmin should be the highest group - good article explaining why. http://forums.ulyssesmod.net/index.php/topic,6291.0.html (http://forums.ulyssesmod.net/index.php/topic,6291.0.html)
Gmod scripts rarely have any clue what anything higher than superadmin is.
Title: Re: Operators can use commands on Admins, superadmins and headadmins
Post by: Hanzi on December 09, 2013, 06:38:35 AM
I have a group on my server called superadmin.

I do not want superadmins being able to target the following groups: Managing Superadmin, dev and Owner.

All these groups inherits permissions from superadmin.

How do I make it so superadmin cannot target Managing Super Admin, dev and Owner?

Would it be like this?

!%operator,!%admin,!%trusted, !%veteran,!%well_respected,!%elite
Title: Re: Operators can use commands on Admins, superadmins and headadmins
Post by: Megiddo on December 09, 2013, 03:43:18 PM
I think the following is what you're looking for. Read "ulx help" for more on what these operators do.

Code: [Select]
#operator,#admin,#trusted,#veteran,#well_respected,#elite

Title: Re: Operators can use commands on Admins, superadmins and headadmins
Post by: mrAngryOven on December 10, 2013, 02:02:50 PM
I think the following is what you're looking for. Read "ulx help" for more on what these operators do.

Code: [Select]
#operator,#admin,#trusted,#veteran,#well_respected,#elite


Sorry, im so confused right now.

For the cantarget box for the operator and admin do i put !%#owner, #headadmin, #superadmin, #admin

it was fine before i reinstalled the server because we had some problems but after that everytime i setup the headadmin rank, operators can slay, kick, ban it.
Title: Re: Operators can use commands on Admins, superadmins and headadmins
Post by: Megiddo on December 11, 2013, 07:06:58 PM
If you read "ulx help", it will probably make more sense.
Title: Re: Operators can use commands on Admins, superadmins and headadmins
Post by: mrAngryOven on December 14, 2013, 02:14:49 PM
If you read "ulx help", it will probably make more sense.

Thanks! It worked!