Simple clothing bag script for QBCore
Add image for qb-inventory/html/images
Add this to your qb-core/shared/items.lua:
-- mt-clothingbag
["clothing_bag"] = {["name"] = "clothing_bag", ["label"] = "Clothing Bag", ["weight"] = 100, ["type"] = "item", ["image"] = "clothing_bag.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
- qb-core - https://github.com/qbcore-framework/qb-core
- qb-clothing - https://github.com/qbcore-framework/qb-core (can be replaced to fivem-appearance)
- fivem-appearance - https://github.com/iLLeniumStudios/fivem-appearance (can be replaced to qb-clothing)