Author Topic: rp_doormanipulation  (Read 2397 times)

0 Members and 1 Guest are viewing this topic.

Offline Dartouious

  • Newbie
  • *
  • Posts: 19
  • Karma: -7
rp_doormanipulation
« on: January 11, 2014, 09:23:21 PM »
I am owner on my server and I set the groups to inherit from the group below. long story short, My superadmins have rp_doormanipulation powers while I do not. I have seen other people with this problem before so how do I fix it?

Offline Cobalt

  • Full Member
  • ***
  • Posts: 216
  • Karma: 44
  • http://steamcommunity.com/id/__yvl/
Re: rp_doormanipulation
« Reply #1 on: January 11, 2014, 10:47:36 PM »
I am owner on my server and I set the groups to inherit from the group below. long story short, My superadmins have rp_doormanipulation powers while I do not. I have seen other people with this problem before so how do I fix it?
http://forums.ulyssesmod.net/index.php/topic,6291.0.html
« Last Edit: January 11, 2014, 10:58:31 PM by Cobalt77 »

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: rp_doormanipulation
« Reply #2 on: January 11, 2014, 11:14:53 PM »
http://forums.ulyssesmod.net/index.php/topic,6291.0.html
TL:DR = Don't give anyone superadmin but yourself.
In Gmod, superadmin IS the owner. Nothing to do with ULX, but, Gmod expects superadmin to be utmost top level, and many scripts check for it.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline Dartouious

  • Newbie
  • *
  • Posts: 19
  • Karma: -7
Re: rp_doormanipulation
« Reply #3 on: January 12, 2014, 09:08:05 AM »
TL:DR = Don't give anyone superadmin but yourself.
In Gmod, superadmin IS the owner. Nothing to do with ULX, but, Gmod expects superadmin to be utmost top level, and many scripts check for it.
ok then how would i got about changing the name of it with out have to destroy the entire ULX and Gmod

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: rp_doormanipulation
« Reply #4 on: January 12, 2014, 10:36:34 AM »
You can't.
And just to be specific, has little to do with ULX.
Gmod/Garry wrote two commands that majority of scripts use to test for high access, IsSuperAdmin and IsAdmin.
He added a IsUserGroup for custom groups, but most 3rd party addon writers will have no idea what custom groups you create to even use that function.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming