Installation
Here is a quick guide explaining how to install lc_adminmenu step-by-step. If that's not enough for you, you can join our discord server and we'll help you :)
1
Download the script
Download the script from https://portal.cfx.re/assets/granted-assets
3
Add lc_adminmenu to the server.cfg
Go to your server.cfg and add this:
add_ace resource.lc_adminmenu command.add_ace allow
add_ace resource.lc_adminmenu command.remove_ace allow
add_ace resource.lc_adminmenu command.start allow
add_ace resource.lc_adminmenu command.stop allow
add_ace resource.lc_adminmenu command.restart allow
ensure lc_adminmenu5
Configure the script
Now you can set disord bot token for Avatars and configure such things as language, keybinds, commands, permissions.
If you are using cd_easytime, enable AcePerms in @cd_easyimte/configs/config.lua
Config.Permissions = {
...,
AcePerms = {
ENABLE = true, -- Change this from false to true
aceperms_list = {'command', 'easytime.staff', }
}
}Last updated

