Toevoegen aan winkelwagen
Aanbieding!
Script ESX QBCore

CodeM mBossMenu

Oorspronkelijke prijs was: $14.00.Huidige prijs is: $9.00.

-36%

De mBossmenu is a sophisticated and feature-rich boss menu system designed for use with the ESX and QBCore frameworks in FiveM. This premium tool offers business owners and server admins comprehensive control over business operations, employee management, and administrative tasks, all through a sleek and user-friendly interface.

Belangrijkste functies:

  1. Personeelsbeheer: Easily view and manage employees with detailed profiles displaying online/offline status, rank, and start dates. Business owners can recruit new members directly from the menu.
  2. Rank Details: Define and manage employee ranks, including setting salaries, permissions, and rank-specific actions. This section provides an organized way to keep track of employee roles and responsibilities.
  3. Business Inventory: Allows both bosses and employees to access, add, or remove items from the shared business inventory, streamlining inventory management.
  4. Admin Menu for Businesses: Server admins can create new jobs and manage business settings through a dedicated admin panel. This includes adding new businesses, configuring job roles, and overseeing overall business operations.
  5. Customizable Business View: Admins can personalize the appearance of the mBossmenu, including color themes and company logos. The interface also provides financial insights, including income and expenses, making it easier to track business performance.
  6. Secure and Efficient: Designed for optimal performance, mBossmenu ensures a smooth and responsive experience even with a large number of employees and businesses.

With mBossmenu, business management within your FiveM server is not only streamlined but also elevated to a new level of professionalism and efficiency. Perfect for roleplaying servers that aim to provide a realistic and engaging business management experience. Available exclusively for premium users.

(6 klantbeoordelingen)

Product facts

Framework
ESX, QBCore
Resource type
Script
Creator / Brand
CodeM
Included files
1 downloadable file
Add to Cart
codem mboss
CodeM mBossMenu
$14.00 Oorspronkelijke prijs was: $14.00.$9.00Huidige prijs is: $9.00.

Video

CodeM mBossmenu | discord.gg/zj3QsUfxWs

Configuratiebestand

Config = {}
Config.Framework = 'esx' -- autodetect, qb, oldqb, esx, oldesx
Config.SQL = "oxmysql"          -- oxmysql, ghmattimysql, mysql-async
Config.ItemImagesFolder = "nui://ox_inventory/web/images/"
Config.MenuKey = 38
Config.InteractionHandler = 'ox_target' -- drawtext, ox_target, qb_target, qb_textui, esx_textui
Config.AdminMenuCommand = "adminboss" 
Config.DefaultImage = 'https://cdn.discordapp.com/attachments/983471660684423240/1147567519712940044/example-pp.png'
Config.Admins = {
    "admin",
    "superadmin",
    "god",
    "mod",
    "moderator",
}


Config.Certifications = {
    {
        name = "air_support",
        label = "Air Support Division",
        icon = 'air_support_icon.svg',
    },
    {
        name = "burglary_task",
        label = "Burglary Task Force",
        icon = 'burglary_task_icon.svg',
    },
    {
        name = "field_training_officer",
        label = "Field Officer",
        icon = 'field_training_icon.svg',
    },
    {
        name = "high_speed_pursuit_unit",
        label = "High Speed Pursuit Unit",
        icon = 'high_speed_pursuit_unit_icon.svg',
    },
    {
        name = "high_value_target_unit",
        label = "High Value Target Unit",
        icon = 'high_value_target_unit_icon.svg',
    },
    {
        name = "k9_unit",
        label = "K9 Unit",
        icon = 'k9_unit_icon.svg',
    },
    {
        name = "major_crimes_unit",
        label = "Major Crimes Unit",
        icon = 'major_crimes_unit_icon.svg',
    },
    {
        name = "motorcycle",
        label = "Motorcycle",
        icon = 'motorcycle_icon.svg',
    },
    {
        name = "shark_rangers_unit",
        label = "Shark Rangers Unit",
        icon = 'shark_rangers_icon.svg',
    },
}

Config.Inventory = "ox_inventory" -- codem-inventory, qb_inventory, esx_inventory, ox_inventory, qs_inventory

Config.BlacklistedItems = {          -- items you don't want to show up on the menu
    -- "water",
    -- "weapon_pistol"
}

Config.Notify = function(message)
    if Config.Framework == 'esx' or Config.Framework == 'oldesx' then
        TriggerEvent("esx:showNotification", message)
    else
        TriggerEvent('QBCore:Notify', message, "info", 1500)
    end
end
Config.Clothes = "fivem-appearance" -- fivem-appearance -- illenium-appearance -- codem-appearance -- esx_skin -- qb-clothing

function openClothingMenu()
    if Config.Clothes == 'fivem-appearance' then
        TriggerEvent("fivem-appearance:client:openClothingShopMenu", false)
    end
    if Config.Clothes == 'illenium-appearance' then
        TriggerEvent("illenium-appearance:client:openClothingShop", false)        
    end
    if Config.Clothes == 'codem-appearance' then
        TriggerEvent("codem-appereance:OpenClothing")
         --[[
            // Add this code in codem-appereance client/clothing.lua

           RegisterNetEvent("codem-appereance:OpenClothing")
            AddEventHandler("codem-appereance:OpenClothing", function()
                OpenMenu("binco")
            end)
        --]]
    end
    if Config.Clothes == 'esx_skin' then
        TriggerEvent("esx_skin:openMenu")
    end
    if Config.Clothes == 'qb-clothes' then
        TriggerEvent("qb-clothing:client:openMenu")
    end
end

function RefreshSkin()
    if Config.Clothes == 'fivem-appearance' then
        TriggerEvent("fivem-appearance:client:reloadSkin")
    end
    if Config.Clothes == 'illenium-appearance' then
        TriggerEvent("illenium-appearance:client:reloadSkin")        
    end
    if Config.Clothes == 'codem-appearance' then
        TriggerEvent("codem-appearance:reloadSkin")
    end
    if Config.Clothes == 'esx_skin' then
        TriggerEvent("esx_skin:getLastSkin", function(lastSkin)
            TriggerEvent('skinchanger:loadSkin', lastSkin)
        end)
    end
    if Config.Clothes == 'qb-clothes' then
        TriggerEvent("qb-clothing:reloadSkin")
        --[[
            // Add this code in qb-clothing client/main.lua

            RegisterNetEvent("qb-clothing:reloadSkin")
            AddEventHandler("qb-clothing:reloadSkin", function()      
                local playerPed = PlayerPedId()
                local health = GetEntityHealth(playerPed)
                reloadSkin(health)
            end)
        --]]
    end
end

function onBossMenuOpen()
end

function onBossMenuClose()
end

function badgenumber(source)
    -- your function to get player badge number
    return 0
end

 

Setup guide

All selected settings below were verified against the delivered mBossMenu config; the archive contains no README.

Requirements and preparation

  • Select ESX, old ESX, QBCore or old QBCore.
  • Selecteer oxmysql, ghmattimysql of mysql-async and a supported interaction/menu stack.

Installatie

  1. Uitpakken mBossmenu.
  2. Configure framework, SQL adapter, inventory image path, interaction handler and admin groups in shared/config.lua.
  3. Import the included SQL and start after the selected framework/database resources.

Configuration checkpoints

  • Test employee, grade, fund, certification and inventory actions for each configured job.
  • Confirm the admin boss-menu command is restricted to the intended groups.

Safety: Back up the affected resource and database tables, use credentials owned by your server, and complete a staging test before replacing a live resource. The full configuration remains in the download package.

6 beoordelingen voor CodeM mBossMenu

  1. WildNoah302 (geverifieerde eigenaar)

    Our community has responded positively since we added this resource.

  2. Ines (geverifieerde eigenaar)

    Great resource with a polished design. It fits our server well and required very little customization.

  3. Herman (geverifieerde eigenaar)

    Fantastic resource for roleplay servers. Our staff and players both enjoy using it.

  4. Eliza (geverifieerde eigenaar)

    The support alone makes this worth purchasing. Fast answers and practical solutions.

  5. Adelle (geverifieerde eigenaar)

    The script works perfectly on our server. Setup took only a few minutes, and the configuration file was easy to understand.

  6. Benton (geverifieerde eigenaar)

    The script feels professional and production-ready rather than unfinished or experimental.

Enkel ingelogde klanten die dit product gekocht hebben, kunnen een beoordeling schrijven.