[PAID] [QB/ESX] m-Blackmarket - Real Time Management - Multiple Locations - UI

Preview: Click Here
Documentation: Click Here
Buy QBCore: Click Here
Buy ESX: Click Here

Features:

  • Highly Optimized
  • Many Features
  • Full and easy customization
  • 0.00ms
  • Modern UI

General Settings:

  • Config.Core: Specify your QBCore configuration in this section
  • Config.Notify: Choose your preferred notification system: qb, okok, or ox
  • Config.Target: Choose your preferred target system: qb or ox
  • Config.Inventory: Choose the inventory system: qb, ox, or qs
  • Config.WeaponsSerial: Choose whether weapons bought should have serial numbers
  • Config.Restrict: Restrict access to specific jobs or gangs
  • Config.LuxuCEX: Integrate LuxuCEX for cryptocurrency transactions
  • Config.Payments: Configure payment settings based on your inventory system
  • Config.Experience: Set experience gain values for different transactions
  • Config.BlackmarketLocations: Set the multiple possible locations ped can spawn
  • Config.Commands: Change/edit all commands available

Screenshot:

Config:

Config = {}

Config.Core = "qb-core" -- Your qb-core folder name
Config.Notify = "qb" -- "qb" or "okok" or "ox" ( open code on config_functions.lua )
Config.Target = "qb" -- "qb" or "ox"
Config.Inventory = "qb" -- "qb" or "ox" or "qs"
Config.WeaponsSerial = true -- If true, the weapons buyed receive a serial number

Config.Restrict = {
    enable = false, -- Enable acess to restrict jobs or gangs?
    category = "jobs", -- "jobs" or "gangs"
    list = { -- List jobs or gangs can acess it
        "police",
        "lspd"
    }
}

Config.LuxuCEX = { -- https://fivem.luxu.gg/package/5225579
    enabled = false, -- Enable LuxuCEX?
    crypto = 'BTC' -- Crypto
}

Config.Payments = {
    type = "cash", -- "cash" or "bank" or "blackmoney" | Valid only Config.Inventory == "qb"
    item = "cash", -- "cash" or "money" or "markedbills"
    metadata = true, -- If your blackmoney have metadata ( qb-inventory | worth value )
}

Config.Experience = {
    General = { min = 2, max = 10 }, -- Amount experience player earn after buy general items
    Guns = { min = 12, max = 25 }, -- Amount experience player earn after buy weaopns
}

Config.BlackmarketLocations = { -- Possible locations where ped can sapwn
    [1] = { coords = vector3(1744.07, -1623.1, 112.62), heading = 101.40, pedModel = "s_m_m_fiboffice_01"},
    --[2] = { coords = vector3(1737.72, -1624.94, 112.42), heading = 101.40, pedModel = "s_m_m_fiboffice_01"},
    -- You can add un-limited zones, and every restart he spawn in different locations
}

-- Commands Options
Config.Commands = {
    newItem = {
        command = "bmaddnewitem", -- Command to add a new item to the VIP shop
        description = "Add a new item to blackmarket", -- Description of the command
        permissions = "admin", -- Permissions needed to use the command
    },
    removeItem = {
        command = "bmremoveitem", -- Command to remove an item from the VIP shop
        description = "Remove an item from blackmarket", -- Description of the command
        permissions = "admin", -- Permissions needed to use the command
    },
    checkItem = {
        command = "bmcheckitem", -- Command to check items/restock on the VIP shop
        description = "Check an item on blackmarket", -- Description of the command
        permissions = "admin", -- Permissions needed to use the command
    },
    giveExperience = {
        command = "bmgiveexperience", -- Command to give experience to a player
        description = "Give experience to a player", -- Description of the command
        permissions = "admin", -- Permissions needed to use the command
    },
    removeExperience = {
        command = "bmremoveexperience", -- Command to remove experience from a player
        description = "Remove experience from a player", -- Description of the command
        permissions = "admin", -- Permissions needed to use the command
    }
}

| Code is accessible | configs + UI |
| Subscription-based | No |
| Lines (approximately) | ~900|
| Requirements | Server Build 2699 |
| Support | Yes |