Ulysses

General => Off-Topic => Topic started by: xLiaMz on October 26, 2013, 12:23:22 PM

Title: Unable to use Admin Commands in Console
Post by: xLiaMz on October 26, 2013, 12:23:22 PM
I have made groups inherit the rank of Admins as I don't want players to be able to use the commands on the tab menu, more so Admins were able to use commands on higher classes.

The inheritance goes like this (which works)

SuperAdmin - Default
HeadAdmin
Administrator
Admin - Default
Moderator
Operator
VIP
Trusted
User

------

My problem is players above the rank of Admin (Default) cannot use commands such as "rp_unarrest (name)" in the console. How can I give these groups permissions to do so, I guess its something in ULX or elsewhere, I'm posting it on here as It's to do with ranks.
Title: Re: Unable to use Admin Commands in Console
Post by: JamminR on October 26, 2013, 08:18:41 PM
Liam, does rp_unarrest require admin access? If DarkRP uses "IsAdmin" lua command to check the player, then the group they are in would have to inherit or be the admin group.
Title: Re: Unable to use Admin Commands in Console
Post by: Racer on October 27, 2013, 06:59:38 PM
Sorry for jumping in, But DarkRP uses a HasPriv function, which inside that function, it pulls information from FAdmin to see if they are staff, and if FAdmin is not on, it uses the IsAdmin function.