ULX

Author Topic: Custom admin group  (Read 2021 times)

0 Members and 3 Guests are viewing this topic.

Offline riki137

  • Newbie
  • *
  • Posts: 44
  • Karma: 0
  • lol wuttermelon
    • SapphireWebsites
Custom admin group
« on: August 11, 2010, 03:07:24 PM »
Hi all!

I want to ask you, how can i make a new group to make it count as admin.
I mean like in FPP (Falco's Prop Protection) you can set
"Everyone is able to grab world props"
"Admins are able to grab world props"

Both are checkable so i can disallow to admins and allow to everyone but my question is...
How can i make group able to count as admins? (Not just in FPP)

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Custom admin group
« Reply #1 on: August 11, 2010, 04:40:30 PM »
I think the following:

Code: [Select]
ulx addgroup myGroup admin
Experiencing God's grace one day at a time.

Offline riki137

  • Newbie
  • *
  • Posts: 44
  • Karma: 0
  • lol wuttermelon
    • SapphireWebsites
Re: Custom admin group
« Reply #2 on: August 12, 2010, 10:44:36 AM »
That means i inherit from admin.
That means i must disable some admin functions by
Code: [Select]
ulx groupallow myGroup "ulx ragdoll" 1Does it means that if admin have
access to ragdoll and
myGroup have revoked access to ragdoll but inherits from admin
revoke will be higher priority so he (myGroup) cant ragdoll?

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: Custom admin group
« Reply #3 on: August 12, 2010, 07:51:54 PM »
You might think about splitting it into three groups, then. Admin will have privileges shared across both, while you can put specific permissions in the two groups inheriting from admin.
Experiencing God's grace one day at a time.