Skip to content

i-kulgu/mt-clothingbag

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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
	["mala_roupas"]  	= {["name"] = "mala_roupas", 			["label"] = "Clothing Bag", 								["weight"] = 100, 		["type"] = "item", 			["image"] = "mala_roupas.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

  • Lua 100.0%