[Qbox/ESX/QBCore] Hydex-Bossmenu V2 - Premium Boss Menu System for FiveM

A script by HydexDevelopments

No reviews yet.
[Qbox/ESX/QBCore] Hydex-Bossmenu V2 - Premium Boss Menu System for FiveM main image

Price

Unknown

Full Description

HYDEX-BOSSMENU V2

We’re excited to introduce Hydex-Bossmenu V2 — a complete overhaul of the classic boss menu system for FiveM. Designed with modern, smooth UI and advanced features, it’s built to enhance your server’s job management like never before.


SHOWCASE

ESCROW

NON-ESCROW


SCREENSHOTS








Key Features:

:briefcase: For Players:

  • Seamless UI: A sleek, smooth interface that feels integrated with the game.
  • Multiple Interaction Methods: Choose from ox_target, qb-target, or textui — whichever suits your server best.
  • Job Management: Hire, fire, promote, and assign jobs with ease.
  • Account Management: Deposit and withdraw funds from the shared account without any hassle.
  • Inventory stash: Supports prebuilt configurations for ox_inventory and qb-inventory ( you can add more )

:hammer_and_wrench: For Admins:

  • In-game Menu Creation: Admins can now create and manage boss menus directly from the game using a command.
  • Edit or Delete Menus: Modify or remove any created boss menu with ease — no server restart needed.
  • Fully Configurable: Customize interaction types, accounts, and more with an easy-to-edit config.lua.

Why Choose Hydex-Bossmenu V2?

  • Player-friendly with smooth animations and transitions.
  • Admin-friendly with a powerful command system for easy menu management.
  • Fully optimized for performance — it’s lightweight yet feature-packed.

Config.lua

Config = {}

Config.Framework = 'qb' -- qb or esx or qbx
Config.AdminAccessCommand = 'createbossmenu' -- command to createbossmenu ( for admins)
Config.Account = 'bank' -- bank or money (the account that we use for deosit and withdraw)
Config.Inventory = 'qb' -- (qb, ox  are prebuilt configurations) ( check sv_function and cl_functions.lua for more info)
Config.PlayerLoadEvent = 'QBCore:Client:OnPlayerLoaded' -- (QBCore:Client:OnPlayerLoaded for qb and qbx) (esx:playerLoaded for esx)

Config.DefaultJob = { -- DefaultJob that set player fired
    grade = 0,
    name = 'unemployed'
}

Config.InventoryConfig = { -- inventory configuration
   slot = 50, -- 50 slots
   maxweight = 1000000, -- 1000kg
}

Config.PedConfig = { -- if u set ped enabled , then this config will be used
    animation = {
        enabled = true, -- if u set this to false, then ped will not play any animation
        dict = 'amb@world_human_hang_out_street@male_a@idle_a', -- animation dict
        anim = 'idle_d', -- animation name
    }
}

Config.BossMenuSprites = { -- if u set ped disabled then this config will be used
    enabled = true, -- if u set this to false, then bossmenu will not show any sprites
    sprite = 21, -- sprite number https://docs.fivem.net/docs/game-references/markers/
    color = { -- sprite color ( RGBA )
        r = 255, -- red
        g = 0, -- green
        b = 0, -- blue
        a = 255 -- alpha
    },
    scale = 0.6, -- sprite scale
    bowUpandDown = true, -- if u set this to true, then sprite will move up and down
}

Config.Interaction = 'textui' --  textui, ox_target, qb-target

Ready to Get Started?

You can grab Hydex-Bossmenu V2 now from Hydex Developments Tebex Store. For any questions or support, feel free to join our Discord. Our team is always here to help you with setup, configuration, and any other inquiries you have


Code is accessible Non-Escrow version Available
Subscription-based No
Lines (approximately) 1000 +
Requirements ox_lib
Support Yes