Azure Framework | vMenu Framework | Money | Jobs | Addons

Azure Framework – Departments & Economy

The lightweight, Discord‑driven job & economy system for FiveM

📚 Guides / Docs
🚀 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
  1. Prepare a MySQL database
    Create your database and note host, port, name, user & password.
  2. Install Dependencies
    • Drop ox_lib and oxmysql into your resources/ folder.
    • Add them to your server.cfg (ensure oxmysql loads before ox_lib).
  3. Configure the Connection
    In your server.cfg, include:

    set mysql_connection_string “mysql://USER:PASS@HOST:PORT/DBNAME”

  4. Add AZ Framework
    Place Az-Framework, Az-Banking and Az-Admin, and any other addons into resources/[framework]/.
  5. Update server.cfg
    List your resources in order:
    • start oxmysql
    • start ox_lib
    • start Az-Framework
    • start [framework]
  6. Launch & Verify
    Start your server, watch for table-creation messages, then join and test your HUD and /char command.
🔍 Features at a Glance
:wrench: Department System :floppy_disk: Persistent Economy :shield: Discord Admin
Role‑based pay & HUD MySQL‑backed data Discord role login
:bell: Webhook Logs :desktop_computer: Full NUI HUD :package: Exportable API
All actions logged Real‑time job & money display Integrate with your scripts
🎥 Screenshots

HUD Example























COMING SOON

🌟 Download Our Framework!


🌟 Get Started With Our Easy Guide!

10 Likes

I will be releasing a bunch of new addons in the coming days!

  • Jobs
  • Policemenu
  • Death Script / EMS
  • And will be looking into ox_inventory support
1 Like

Very good, Will try it soon

1 Like

you might need to find a different way to get the discord information, if someone joins a server and dumps it, it will grab the webhooks and bot token itself (which isnt ideal) since they are in the config.lua

1 Like

Good point I’ll fix this exploit now :slight_smile:

Azure Frameworks Progression Update

We’ve been making significant strides across several key areas within Azure framework:

  • Refining Banking: We are actively refining banking functionalities to ensure accuracy and correct operation, including full support for AUTO cards to streamline financial processes.
  • Inventory System: A proposal for our own simplistic inventory system is underway, which will also include support for ox_inventory.
  • CAD Support: Work is progressing on integrating STOICCAD to function seamlessly with our current framework.
  • Jobs Refined: We are currently focused on refining job functionalities for correctness and pre-setup, ensuring smoother implementation.
  • Characters: Ideas are being developed for character separation, specifically regarding banking and names, utilizing user_characters for enhanced user management.
    Stay tuned for more updates as we continue to enhance and expand our Azure framework!
1 Like





We’re releasing a whole revised version to make installation and additions way easier to use by just download drag drop ensure and it should be setup!!

I’ll ensure that I make a comment here when it drops. This will include characters and a simple oxlib menu for creating / using characters. Improve banking, ready to play jobs.

:newspaper: AZ Framework – June 2025 Update Notes

Your monthly recap of improvements, features, and forward development on the AZ Framework.

📦 Patch Highlights & Improvements

:closed_lock_with_key: Config Cleanup

We’ve removed config-based Discord tokens and webhook URLs — they are now securely set directly in server.lua to prevent accidental exposure and improve security.


:gear: Auto MySQL Setup

Our MySQL integration is now fully automatic – no more import.sql required. Tables generate on server launch for a true plug-and-play experience.


:hammer_and_wrench: Code Refinements

Several internal systems have been cleaned up and refined for better performance and maintainability.


:new: New Exports Coming Soon

Two new utility exports will be added shortly to help developers interact with economy and identity systems more easily from external scripts.


:bookmark_tabs: ox_lib Character Menu

A full character selector has been implemented using ox_lib’s native menu system — lightweight, stylish, and highly extendable.


:lady_beetle: Bug Fixes

We’ve addressed various minor bugs and edge cases in economy syncing, admin panel UI behavior, and HUD refresh logic.

✅ Recently Completed Features

:person_standing: Character Identity Separation – DONE

Characters now support individual names, bank accounts, and server-wide unique profiles, powered by user_characters.


:bank: Banking System Enhancements – DONE

Banking has been refined for accuracy, now featuring AUTO card support, consistent syncing, and admin tools for better visibility and control.

🛠️ Current Development

:school_satchel: Inventory System

A custom inventory system is underway — with native integration for ox_inventory as well as a standalone lightweight version.


:construction_worker_man: Jobs Module

We’re improving job logic to support default roles, paycheck presets, and cleaner department separation.

🌟 Get Started With Our Easy Guide!

:newspaper: AZ Framework – v1.5.2 Update Notes

Your monthly recap of improvements, features, and forward development on the AZ Framework.

✅ Recently Completed Features

:briefcase: Whole New Job System – DONE

We’ve developed a completely new job system from the ground up, offering a much-improved and streamlined experience for all.


:construction_worker_man: Jobs Module – DONE

The jobs module has been completed, now supporting default roles, paycheck presets, and cleaner department separation for robust job management.


:desktop_computer: Advanced HUD Customization – DONE

The HUD has been significantly upgraded, allowing you to toggle individual elements, move each element independently, or even reposition the entire HUD as a single unit for ultimate personalization.


:no_entry_sign: Infinite Transfer Glitch Fixed – DONE

The notorious infinite transfer glitch has been fully resolved, ensuring a fair and balanced economy.


:lock: Admin Menu Security Fix – DONE

The admin menu now correctly utilizes the isAdmin check, preventing unauthorized access and bolstering server security.


:framed_picture: Banking Profile Image Fix – DONE

We’ve fixed the issue with banking profile images, ensuring they display correctly for all users.


:bar_chart: Refined Auto Schemes SQL Importing – DONE

Our auto-schemes SQL importing process has been refined for improved performance and reliability, making setup smoother than ever.

🛠️ Current Development

:school_satchel: Inventory System

A custom inventory system is underway — with native integration for ox_inventory as well as a standalone lightweight version.

🌟 Get Started With Our Easy Guide!

:rocket: AZ Framework – v2.1.0 Update Notes

This update brings the biggest quality-of-life improvements yet — cleaner systems, more control, and tools made for real servers.

✨ What’s New in 2.1.0

:brain: Smarter Auto Table System

No more dragging SQL files around or wondering if your tables are outdated. The framework now automatically creates and updates all required tables on startup — simple, fast, and stress-free.


:school_satchel: All-New Custom Inventory System

We’ve built our own inventory system from scratch — no third-party stuff, no extra dependencies.

  • Lightweight, clean, and blazing fast
  • Supports stacking, metadata, usage logic, and item weights
  • Built for developers to expand, not fight with
  • Full UI included that matches the framework’s look and feel

:shield: Reworked Admin Menu with Live Reports

The admin menu got a full overhaul:

  • :memo: Players can now submit in-game reports, and admins can view them live
  • :wrench: Toggle core features, monitor sessions, and manage roles without restarting anything
  • :male_detective: Player lookup includes name, IDs, location, job, and more

Built for real moderation, not just fluff.


:desktop_computer: Drag & Drop HUD Customization

Finally — move your HUD around however you want.

  • Click and drag to reposition each element
  • Toggle any part on/off (cash, bank, job, health, armor, etc.)
  • Modular layout makes it easy to build the UI you actually want

Players will love the freedom. Devs will love not hardcoding it.


:electric_plug: New Framework Exports

We’re opening up the framework with a bunch of new exports to make your life easier:

  • Access player data, inventory, jobs, departments, and more
  • Call framework logic from your own scripts — no edits required
  • Makes it way easier to integrate custom features and third-party scripts

:package: Cleaned-Up SQL Tables

We went through all the SQL tables and gave them a full cleanup.
Better naming, leaner structure, and easier to debug. You’ll notice the difference if you ever dig into the DB.

🔧 Fixes & Improvements

:gear: Core Engine Tweaks

  • Faster startup times across all modules
  • Better module loading order
  • Cleaner debug messages and clearer error logs

:lock: Smarter Role & Permission Checks

Permissions are now fully handled through a central role-check system, which means fewer bugs, tighter control, and easier debugging.


:art: UI & UX Polish

We tightened up spacing, improved menu animations, and tweaked colors across the board. Nothing huge — just enough to make the whole thing feel smoother and more modern.

📚 Get Started With AZ Framework 2.1.0

:loudspeaker: AZ Framework – Stability & Feature Patch

A fresh update focused on stability, bug fixes, and long-requested quality-of-life improvements.

✨ What’s New

:money_with_wings: Department Paychecks

Paychecks are now fully functional — no more missing payouts. Everything tracks and pays out correctly based on job and department.


:busts_in_silhouette: Department Permissions Revamp

Departments now support both Role IDs and Discord IDs for permission access. Flexible setup for any server structure.


:broom: Admin Menu – Delete Option

The delete character option in the Admin Menu is now fixed and working as expected. No more dead buttons.


:moneybag: HUD Banking Fixes

Cash and bank values now properly persist — no more random resets to $0. HUD now reflects real-time accurate values.


:mega: Notify System Cleanup

Notification bugs are gone. Logs are cleaner, and notifications work properly across the board.


:closed_lock_with_key: Secure Token Management

Tokens, Webhooks, and Guild IDs are now centralized in server.cfg for safer, easier configuration and deployment.

🔧 Required Resource Updates

Make sure to update the following:

📚 Walkthrough Guide – Get Started

:loudspeaker: AZ Framework – Major Feature & System Update

✨ What’s New

:file_cabinet: Automatic Schema Manager

No more manual database updates — the framework now automatically manages schema alterations for you.


:oncoming_police_car: Revamped Jailer UI & System

The jail system has been completely redesigned, including a new UI with the closing bug fixed for seamless management.


:id: Character & DMV Integration

  • New character system integrated with the DMV system.
  • Includes written tests and driving tests — fully configurable for your server.

:identification_card: License Status System

Added license_status for user_characters to better track and manage licenses.


:video_game: Discord Presence Integration

A configurable Discord Presence (config.lua) now displays dynamic player activity.

🚀 Upcoming Projects

:package: Inventory System

A brand-new inventory system designed for flexibility and high performance.


:police_car: Az-5PD – Advanced Law Enforcement Framework

An evolved FivePD-style system with:

  • MDT for Peds and Players
  • AI Traffic Stops & AI Backup
  • AI Services & Jailing for AI Peds
  • Tickets, Arrests, Warrants, BOLOs, and complete interaction history tracking








📚 Walkthrough Guide – Get Started

:loudspeaker: AZ Framework – Major Feature & System Update

✨ What’s New

:technologist: Brand-New Character Menu UI

  • Entirely new system when joining the server.
  • Create, edit, and select characters seamlessly.
  • Clean interface for smoother character management.

:identification_card: New Character UI

  • Fresh interactive character display system.
  • Toggleable → server owners can enable or disable it.

:police_car: Az-5PD – AI Policing System

  • Fully AI-driven policing system.
  • Integrated MDT, AI Services, Logs, & Databases.
  • Immersive law enforcement gameplay with automated systems.

:chains: All-New Jailing System

  • More accurate escape checks (larger detection area).
  • Prison Bus Release System (configurable in Az-Jailing).
  • Pulling weeds to reduce jail time = interactive RP inside prison.

:moneybag: Paycheck Overhaul

  • Paychecks now calculated accurately down to the minute.

:arrows_counterclockwise: Live Character Updates

  • Switching characters now updates jobs instantly LIVE.
  • No relogs required.

:red_car: New DMV System

  • Fully functional licensing system for characters.
  • Includes Written Test & Driving Test for immersive RP licensing.
🚀 Upcoming Projects

:package: Inventory System

A brand-new inventory system designed for flexibility and high performance.


:bar_chart: Extended Framework Services

  • More backend support for server customization.
  • Additional logging, tracking, and database enhancements.

📚 Walkthrough Guide – Get Started

:loudspeaker: AZ Framework v1.7.8 – Major Feature & System Update

✨ What’s New in v1.7.8

:technologist: Brand-New Character UI

  • Complete overhaul of the character system.
  • Modern interface for creating, editing, and selecting characters.
  • Faster, cleaner, and more immersive character experience.

:chains: Redesigned Jailer UI

  • Streamlined interface for jailing, monitoring, and releasing players.
  • Enhanced detection & new configurable options.
  • More immersive in-prison activities to keep RP flowing.

:police_car: Az-5PD Refinement (Work-in-Progress)

  • Continuing development of our FivePD-style AI policing system.
  • More accurate AI callouts and refined police response.
  • Integration with MDT, dispatch logs, and AI services in progress.

:moneybag: Paycheck Overhaul

  • Paychecks calculated down to the minute.
  • Supports multiple job and economy integrations.

:arrows_counterclockwise: Live Character Updates

  • Switching characters instantly updates jobs & roles.
  • No relogs required – smooth transitions.

:red_car: DMV System

  • Fully functional licensing system.
  • Includes written & driving tests for immersive progression.
🛠️ Included Addons & Jobs

:wrench: Core Addons

  • Az-Inventory → Modern inventory system (upcoming refinements).
  • Az-Banking → Complete banking & finance module.
  • Az-Admin → Admin panel & tools.
  • Az-Jailing → Advanced jail & prison system.
  • txRecipe → txAdmin integration & server recipes.

:construction_worker_man: Available Jobs

  • Az-CoffeeJob → Coffee shop employment system.
  • Az-GarbageJob → Garbage collection RP job.
  • Az-DrugTraffic → Configurable drug trade missions.
  • Az-LogJob → Logging/woodcutting job system.
📌 Active Development Tracker
  • :white_check_mark: Character Menu (ox_lib) → integrated & stable.
  • :white_check_mark: MySQL Full Automation → no more manual imports; live-tested.
  • :gear: New Exports → currently in progress for easier script integration.
  • :hammer_and_wrench: Bug Fixes & Refinement → ongoing cleanup for smoother performance.
  • :police_car: Az-5PD Enhancements → active development; callouts & AI logic being refined.
  • :package: Inventory Expansion → next milestone: drag-and-drop + stacking logic.
  • :robot: AZ Framework Bot & Hosting (NEW)
    • Free Discord bot + hosting service designed for in-game ↔ Discord integration.
    • Provides economy management, player records, and account linking directly in Discord.
    • Current command set:
      • /character [user|name] → View specific character.
      • /characters [user] → List all characters.
      • /records user:@user → Pull player records.
      • /balance [user] → Check balance.
      • /pay to:@user amount:<number> → Send money to another player.
      • /daily → Claim daily reward.
      • /profile [user] → View profile summary.
      • /inventory [user] [charid] → Show inventory.
      • /vehicles [user] → List owned vehicles.
      • /admin-create-account user:@user type:<checking|savings> [balance] → Admin create account.
      • /admin-edit-balance user:@user type:<checking|savings> amount:<number> → Adjust account balance.
      • /helpbot → Display bot help & features.
🚀 Upcoming Projects

:package: Inventory Expansion

  • Refinements for drag-and-drop, hotkeys, and stacking logic.

:bar_chart: Extended Framework Services

  • More logging, tracking, and backend tools for admins.
  • Optimization of database interactions.

📚 Walkthrough Guide – Get Started