Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 781 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 781 Bytes

mt-clothingbag

Simple clothing bag script for QBCore

Preview:

https://youtu.be/lIg6__1r8Jw

Instalation:

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"] = ""},

Dependicies