Azure Framework – Departments & Economy
The lightweight, Discord‑driven job & economy system for FiveM
📚 Guides / Docs
- Home Page → Azure Framework - The Ultimate FiveM Framework
- Setup Wizard → Azure Framework Setup Wizard
- Full Docs → AZ Framework - Departments & Economy Documentation
🚀 Overview
AZ Framework’s Departments & Economy module brings a full-featured job and banking system to your server:
- Department / Job System
Organize players into departments with role‑based permissions, custom paychecks, and live HUD feedback. - Persistent Economy
All balances, daily rewards, and transactions are stored in MySQL (auto‑created tables). - Discord Admin Permissions
Secure, role‑based access—admins log in via your Discord roles. - Webhook‑Powered Logs
Every transaction and admin action is recorded via Discord webhooks. - Full NUI HUD & Panel
Sleek in‑game display for job status, cash/bank, plus an integrated admin interface. - Exportable Utility Functions
Ready‑to‑use APIs let you add, deduct, or transfer money from your own scripts.
🛠️ Quick Start
- Prepare a MySQL database
Create your database and note host, port, name, user & password. - Install Dependencies
- Drop ox_lib and oxmysql into your
resources/
folder. - Add them to your
server.cfg
(ensure oxmysql loads before ox_lib).
- Drop ox_lib and oxmysql into your
- Configure the Connection
In yourserver.cfg
, include:set mysql_connection_string “mysql://USER:PASS@HOST:PORT/DBNAME”
- Add AZ Framework
Place Az-Framework, Az-Banking and Az-Admin, and any other addons intoresources/[framework]/
. - Update server.cfg
List your resources in order:- start oxmysql
- start ox_lib
- start Az-Framework
- start [framework]
- Launch & Verify
Start your server, watch for table-creation messages, then join and test your HUD and/char
command.
🔍 Features at a Glance
![]() |
![]() |
![]() |
---|---|---|
Role‑based pay & HUD | MySQL‑backed data | Discord role login |
![]() |
![]() |
![]() |
---|---|---|
All actions logged | Real‑time job & money display | Integrate with your scripts |