Installation
Dependencies
QBCore Framework qb-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"},
Last updated