Product documentation
Black Market System
Configure hidden market locations, rotating stock, reputation levels, police pressure, custom currencies, and server-side validation.
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.
- Download the purchased asset from the official Tebex/Cfx.re delivery flow.
- Place the resource in your server resources folder using the documented folder name.
- Install required dependencies before starting the Iconix resource.
- Add the resource to server.cfg after dependencies and before dependent custom scripts.
- Restart the server or resource on a staging server and review client/server console output.
ensure your_inventory
ensure your_dispatch
ensure iconix-blackmarketRotating 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.
- Set minimum police counts for high-value markets.
- Define alert chance and cooldown behavior.
- 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.
