Author Topic: Operators can use commands on Admins, superadmins and headadmins  (Read 3020 times)

0 Members and 3 Guests are viewing this topic.

Offline mrAngryOven

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Operators can use commands on Admins, superadmins and headadmins
« 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

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Operators can use commands on Admins, superadmins and headadmins
« Reply #1 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
Gmod scripts rarely have any clue what anything higher than superadmin is.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Hanzi

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: Operators can use commands on Admins, superadmins and headadmins
« Reply #2 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
« Last Edit: December 09, 2013, 06:43:46 AM by Hanzi »

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Operators can use commands on Admins, superadmins and headadmins
« Reply #3 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

Experiencing God's grace one day at a time.

Offline mrAngryOven

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: Operators can use commands on Admins, superadmins and headadmins
« Reply #4 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.

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Operators can use commands on Admins, superadmins and headadmins
« Reply #5 on: December 11, 2013, 07:06:58 PM »
If you read "ulx help", it will probably make more sense.
Experiencing God's grace one day at a time.

Offline mrAngryOven

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Re: Operators can use commands on Admins, superadmins and headadmins
« Reply #6 on: December 14, 2013, 02:14:49 PM »
If you read "ulx help", it will probably make more sense.

Thanks! It worked!