Dependencies
QBCore Framework
qb-inventory (Custom Inventory possible)
ESX Framework
ox_lib
ox_inventory (Custom Inventory possible)
How to install
Drag the script in your folder
Add the following item to yourinventory/data/items.lua
QBCore users to qbcore/shared/items.lua
Add the item image to your inventory/images
-- Blackmarket
["blackcard"] = {["name"] = "blackcard", ["label"] = "Black Card", ["weight"] = 0, ["type"] = "item", ["image"] = "blackcard.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Black Card"},
-- Black Market
["blackcard"] = {
label = "Black Card",
weight = 0,
stack = true,
close = true,
description = "Black Card",
client = {
image = "blackcard.png",
}
},
Last updated