Skip to content

MT-Scripts/mt-clothingbag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple clothing bag script for QBCore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages