OX Inventory

Creating the Items

Go to ox_inventory/data/items.lua, COPY and PASTE this items:

-- mg-jerrycan
["mg_jerrycan"] = {
	label = "Jerrycan 20L",
	weight = 20,
	stack = false,
	close = false,
	consume = 0,
},["empty_jerrycan"] = {
	label = "Empty Jerrycan",
	weight = 1,
	stack = false,
	close = false,
	consume = 0,
},

Last updated