🛠️Installation
This installation is only valid if you use: Config.UseByItem
qb-core/shared/items.lua
["cityguide"] = {["name"] = "cityguide", ["label"] = "City Guide", ["weight"] = 20, ["type"] = "item", ["image"] = "cityguide.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = false, ["combinable"] = nil, ["description"] = ""},
ox_inventory/data/items.lua
['cityguide'] = { label = 'City Guide', weight = 20, stack = true, allowArmed = false },
Last updated