Iconix StudiosDocs

Product documentation

Black Market System

Configure hidden market locations, rotating stock, reputation levels, police pressure, custom currencies, and server-side validation.

QBCoreESX LegacyQbox
Version1.x
Dependenciesinventory adapter, money/item currency adapter, optional dispatch/police adapter
SupportDocumentation + Discord

Overview

Black Market creates criminal progression through hidden contacts, changing inventory, reputation, price control, and risk rules.

Installation

Install after framework, inventory, and currency dependencies.

  1. Download the purchased asset from the official Tebex/Cfx.re delivery flow.
  2. Place the resource in your server resources folder using the documented folder name.
  3. Install required dependencies before starting the Iconix resource.
  4. Add the resource to server.cfg after dependencies and before dependent custom scripts.
  5. Restart the server or resource on a staging server and review client/server console output.
ensure your_inventory
ensure your_dispatch
ensure iconix-blackmarket

Rotating stock

Configure market items, prices, quantities, reputation requirements, and availability windows.

Config.Markets = {
  docks = {
    reputation = 10,
    items = {
      lockpick = { price = 2500, stock = 8 },
      radio = { price = 4500, stock = 3 }
    }
  }
}

Risk controls

Use cooldowns, police minimums, dispatch alerts, and failure outcomes to keep the system balanced.

  1. Set minimum police counts for high-value markets.
  2. Define alert chance and cooldown behavior.
  3. Test purchase validation with insufficient currency, reputation, and inventory space.

FAQ

Common questions

Can market stock rotate?

Yes. Stock, quantity, price, and availability can be configured by market.

Can it use reputation?

Yes. Reputation can gate items, prices, locations, and progression.

Ready to install Black Market?

Review the installation checklist, test on staging, then purchase or open a support ticket if your framework stack needs confirmation.