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 qbcoreConfig.Target='ox' -- ox or qbcoreConfig.Inventory='ox' -- ox or qbcore
Add New Points
Duplicate an existing entry and modify the number enclosed in square brackets, e.g., [1], to designate the new point.
Adjust the "coords" field to specify the location of the new pickup point.
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!
Config.Language = 'custom_language'
Config.Phrases = {
custom_language = {
warnings = {
"You've already collected your item, jerk",
"There's nothing else to collect, move on",
"If you continue like this, you'll end up with a bullet in your head, jerk",
},
general = {
[1] = 'You got scammed, get out!',
[2] = 'I marked the spot on the map, go there to retrieve your stuff!',
[3] = 'Cooldown: Come back in %d:%d minutes.',
[4] = 'The area is visible for the next 60 seconds!',
[5] = 'Purchase failed, you don\'t have enough money',
[6] = 'Purchase failed, you don\'t have enough space',
},
-- Other language-specific phrases...
},
}