🐂ox_inventory

Add the items in ox_inventory/data/items.lua

["namechangevoucher"] = {
	label = "Name Change Voucher",
	weight = 100,
	stack = false,
	close = true,
},

["blankmarriagecertificate"] = {
	label = "Blank Marriage Certificate",
	weight = 100,
	stack = false,
	close = true,
},

["filledcertificate"] = {
	label = "Filled Certificate",
	weight = 100,
	stack = false,
	close = true,
},

Add the images to ox_inventory/web/images

Last updated