Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: riki137 on August 11, 2010, 03:07:24 PM

Title: Custom admin group
Post by: riki137 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)
Title: Re: Custom admin group
Post by: Megiddo on August 11, 2010, 04:40:30 PM
I think the following:

Code: [Select]
ulx addgroup myGroup admin
Title: Re: Custom admin group
Post by: riki137 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?
Title: Re: Custom admin group
Post by: Megiddo 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.