Configuration

  1. Create an account at Fivemanagearrow-up-right

  2. After you have created an account or logged in, navigate to the Tokenarrow-up-right page and create a new token.

  3. Copy the API token and add setr external_blackmarket:key insert_token to your server.cfg

  1. Create an discord webhook

  2. Add setr external_blackmarket:webhook insert_link to your server.cfg

Config Setup

Configure the script based on your framework!

Config.Framework = 'esx'            --esx or qbcore
Config.Target = 'ox'                -- ox or qbcore
Config.Inventory = 'ox'             -- ox or qbcore

Add New Points

  1. Duplicate an existing entry and modify the number enclosed in square brackets, e.g., [1], to designate the new point.

  1. Adjust the "coords" field to specify the location of the new pickup point.

  2. Populate the "backupstartpos" section with relevant data for the new pickup point, including start and end points, vehicle type, NPC models, and assigned weapons. (add as many you want)

Shop Location

The shop location is random and can be expanded by adding more positions. Modify the "Config.Shop" parameter as follows:

To specify the item that reveals the shop's location, set:

Shop Categories

Create custom categories by inserting them into the "categories" section of "Config.Shop":

Shop Items

Add items for sale in the shop by inserting them into the "items" section of "Config.Shop":

Translation

To change the language, define the language flag and phrases in "Config.Phrases":

Feel free to adjust these configurations to suit your needs!

Last updated