Dam... son... where'd you find this!
So what is DAM? Drawn Admin Menu or DAM for short is a standalone admin menu for FiveM. Built on embedded DRIP and select modules from GRAFT - no HTML, no NUI, just native drawn UI that's quick to set up and easy to extend.
A large variety of options come pre-configured and I'm always down to add more, just give me a shout.
- It's a showcase for how DRIP works
- I do a lot of work on servers without frameworks, or with varied ones - having a standalone admin menu is just useful
- I'd rather reinvent the wheel than rely on something I didn't build
Everything and anything..
Sky's the limit to what you want to add but by default it covers the following:
- Noclip
- God Mode
- Invisibility
- Freeze
- Teleport to Waypoint
- Teleport to Coordinates
- Revive
- Kill
- Live player list
- Revive, Kill, Teleport To, Bring
- Kick with reason
- Warn with reason
- View warnings
- Ban with reason and duration
- Live ban list
- View ban details
- Remove bans
- Spawn by model name
- Delete current vehicle
- Repair current vehicle
- Live vehicle info panel (model, class, plate, health, fuel, oil, temp, class stats)
OxMySql is required for database functions however it could be swapped out for file system if you really wanted, however not recommended.
DAM uses ace permissions for all checks.
You can disable permissions entirely in custom/cfg.lua:
enable_permissions = true,Individual permissions accept a table of aces, a single ace string, or false to skip the check entirely:
open_menu = { "dam.dev", "dam.admin" }, -- any of these aces will pass
view_players = "dam.admin", -- single ace check
view_bans = false, -- no check, anyone can accessadd_ace group.admin dam.admin allow
add_ace group.dev dam.dev allow
add_principal identifier.license:XXXXXXXX group.admin
add_principal identifier.license:XXXXXXXX group.dev
You can set these convars in your server.cfg both are optional:
setr dam:debug false
setr dam:language en
| Convar | Default | Description |
|---|---|---|
dam:debug |
false |
Enables debug prints server and client side |
dam:language |
en |
Sets the language for UI strings, must match a file in locales/ |
Something not working? Cant figure out how to make your own menu options?
Support Hours: Mon–Fri, 10AM–10PM GMT
Outside those hours? Leave a message. We'll get to it.
Probably before you've calmed down about it.
