Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inherit Problems #30

Closed
SeaLife opened this issue Feb 14, 2016 · 3 comments
Closed

Inherit Problems #30

SeaLife opened this issue Feb 14, 2016 · 3 comments
Labels

Comments

@SeaLife
Copy link

SeaLife commented Feb 14, 2016

Hey guys,

here my Problem as short as possible:

I got these Groups on the Server:

Group Inherit
superadmin admin
admin operator/donator+
operator/donator+ operator/donator
operator/donator operator
operator member/donator+
member/donator+ user
member/donator user
member user
donator+ user
donator user
noaccess user

but i want to set them up like:

Group Inherit
superadmin admin
admin operator/donator+
operator/donator+ operator/donator
operator member/donator+
member/donator+ member/donator
member/donator member
member donator+
donator+ donator
donator user
noaccess user

If i set them up like this, everything higher then donator+ gains ACCESS_ADMIN flag...

(ply:IsAdmin() will be true on member)

i do not know why

@Nayruden
Copy link
Member

Is this DarkRP?

@SeaLife
Copy link
Author

SeaLife commented Feb 14, 2016

Yes. Its DarkRP :)

@Nayruden
Copy link
Member

ULib flags IsAdmin() for users who inherit from admin -- we unfortunately can't control how DarkRP overrides that function though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants