🐂ox inventory

Inventory Install Steps

Add this to ox_inventory/data/items.lua

	-- Start Of MrNewbPrescriptions
	["medicalprescription"] = {
		label = "medicalprescription",
		weight = 100,
		stack = false,
		close = true,
		description = "Medical Prescription",
	},

	["prescriptionpad"] = {
		label = "prescriptionpad",
		weight = 100,
		stack = false,
		close = true,
		description = "Prescription Pad",
	},

	["premiummedkit"] = {
		label = "Premium MedKit",
		weight = 100,
		stack = false,
		close = true,
		description = "Premium MedKit",
	},

	["zombix"] = {
		label = "zombix",
		weight = 100,
		stack = false,
		close = true,
		description = "Zombix 250 MG",
	},

	["willies"] = {
		label = "willies",
		weight = 100,
		stack = false,
		close = true,
		description = "Willies Butt Drain",
	},

	["mollis"] = {
		label = "mollis",
		weight = 100,
		stack = false,
		close = true,
		description = "Mollis 50 MG",
	},

	["realquickioum"] = {
		label = "Realquickioum",
		weight = 100,
		stack = false,
		close = true,
		description = "Realquickioum 100 MG",
		client = {
			image = "misc_prescription.png",
		}
	},

	["naptimeioum"] = {
		label = "Naptimeioum",
		weight = 100,
		stack = false,
		close = true,
		description = "Naptimeioum 10 MG",
		client = {
			image = "misc_prescription.png",
		}
	},

	["rumaierum"] = {
		label = "Rumaierum",
		weight = 100,
		stack = false,
		close = true,
		description = "Rumaierum 200 MG",
		client = {
			image = "misc_prescription.png",
		}
	},

	["stretchyioum"] = {
		label = "Stretchyioum",
		weight = 100,
		stack = false,
		close = true,
		description = "Stretchyioum 100 MG",
		client = {
			image = "misc_prescription.png",
		}
	},

	["jimmyioum"] = {
		label = "Jimmyioum",
		weight = 100,
		stack = false,
		close = true,
		description = "Jimmyioum 50 MG",
		client = {
			image = "misc_prescription.png",
		}
	},

	["crowlyioum"] = {
		label = "Crowlyioum",
		weight = 100,
		stack = false,
		close = true,
		description = "Crowlyioum 150 MG",
		client = {
			image = "misc_prescription.png",
		}
	},

	-- End Of MrNewbPrescriptions

Last updated