[Release] EasyAdmin, an advanced & customisable Admin Menu + Discord Bot

look its not working

look
it tells nil i cant do nothing
image

make sure your language files are updated.

thanks my man.

Trying at it for a while, a problem on my server occurs when players use a controller and they hit the Y button easyadmin appears every time. I’ve tried disabling and changing but to no luck! Can you point me in the direction of rejecting the controller command but keeping the keyboard to opening the menu?

Thankyou

Hello I am wondering what folder do I go to so I can add my Steam ID

Regards,
Cart

Hey, i have configured EasyAdmin as in the guide. Everything works fine, only when i click ā€œF10ā€ on the keyboard does not open the menu.

This is what i have in server.cfg:

add system admins

set ea_LanguageName ā€œplā€
set ea_MenuButton ā€œ57ā€
set ea_alwaysShowButtons ā€œfalseā€
set ea_moderationNotification ā€œtrueā€ # this can be either ā€œfalseā€ or a discord webhook address, this will send a discord message if an admin takes actions against a player ( such as banning and kicking )
set ea_moderationNotification ā€œthere is discord appā€

add_principal identifier.steam:11000010f2eb090 group.god # Nashine
add_principal identifier.steam:11000010d1b46c6 group.admin # Zielma

add_ace group.god easyadmin allow
add_ace group.moderator easyadmin.kick allow # allow kicking
add_ace group.moderator easyadmin.spectate allow # allow spectating
add_ace group.moderator easyadmin.teleport allow # allow teleportation
add_ace group.moderator easyadmin.slap deny # allow slapping
add_ace group.moderator easyadmin.ban allow # allow slapping
add_ace group.moderator easyadmin.freeze deny # allow freezing
add_ace group.admin easyadmin.freeze allow # allow freezing
add_ace group.admin easyadmin.slap allow # allow slapping
add_ace group.admin easyadmin.kick allow # allow kicking
add_ace group.admin easyadmin.spectate allow # allow spectating
add_ace group.admin easyadmin.teleport allow # allow teleportation
add_ace group.admin easyadmin.ban allow # allow slapping

add_ace group.god anticheese.bypass allow
add_ace group.admin anticheese.bypass allow
add_ace group.god easyadmin allow

1 Like

what is your resource start order? Does EasyAdmin print anything in the server logs?
make sure NativeUI starts BEFORE EasyAdmin.

2 Likes

NativeUI is, in fact, started after. This has solved the issue, I am very grateful, thank you!

1 Like

I can’t see the GUI when I press F2 somebody help me

can you help me, im confused by the ace things. I cant get the permission to owrk and the adding of admins

1 Like

probably because you dont allow easyadmin permissions on the admin group.

Change this:
add_ace group.god easyadmin allow

to this:
add_ace group.admin easyadmin allow

Because you don’t have yourself set to a group called god.

I’m not sure what changed but I just downloaded the Easyadmin and NativeUI again from the respected github’s and I had the same issues you’re experiencing - I had to revert back to my older files and it’s working.

if you can provide me with some reproducable steps i’ll look into it, however, nothing permission related was changed, are you getting any errors?

when i go to kick people it doesn’t do anything?

that can’t happen if the start order is correct, maybe try moving NativeUI up a few places in the Server.cfg, it should not really matter though.

can you give me a CitizenFX.log file? there has to be more to it than ā€œjustā€ that then.

Sure thing, you can go ahead and have a look.

CitizenFX.log (143.1 KB)

[     78765] Failed to load script @NativeUI/NativeUI.lua.

Make sure the NativeUI.lua file is available in the NativeUI Resource.