Simple donator menu for FiveM. Edit config.lua to set up vehicles, weapons, peds, nested menus, and permission locks.
Needs ox_lib.
- Drop the folder in
resources/ - Make sure
ox_libstarts first - Add to
server.cfg:
ensure ox_lib
ensure Donator-MenuOpens with /donatormenu by default. Change Config.Open.type to "keybind" if you want a key instead.
config.lua is split into Menu, Open, Messages, and Entries.
-- Submenu
{
label = "Police Packs",
permission = "donator.police",
items = { ... },
},
-- Item
{
label = "Police Maverick",
action = "vehicle",
model = "police",
},action can be "vehicle", "weapon", or "ped".
Set permission on a submenu, then add the ACE in server.cfg:
add_ace group.donator donator.police allow
add_principal identifier.license:xxxxxxxx group.donator