πŸ› οΈINSTALLATION


πŸ“₯ 1. Download & Extract

  1. Download the script and extract it into your server's resources folder.

  2. Rename the folder:

janiel-blackmarket
  1. Make sure the script is placed below the following resources in your server.cfg:

ox_lib
qb-target
ox_target
  1. Don't forget to add the items in the shared/items.lua folder to qb-core/shared/items.lua.

  2. Don't forget to add the item images as well.

    Each item has a .png icon that must be placed inside your inventory system’s image folder. If you skip this step, the item icons will show as missing.

    For QB-Inventory:

    qb-inventory/html/images/

    For OX Inventory:

    ox_inventory/web/images/

    This ensures all dependencies (UI / Target systems) load correctly.


βš™οΈ 2. Add to Server Config

Add this line to your server.cfg:

ensure janiel-blackmarket

πŸ”Œ 3. Dependencies

The script supports automatic detection and multiple frameworks.

Target Systems

System
Required?

qb-target

Optional

ox_target

Optional

ox_lib

Required if you are NOT using any target system

Set inside config:

Config.TargetSystem = "auto" -- auto / qb-target / ox_target

Last updated