MrNewbScripts
My DiscordSee The StoreCommunity_BridgeGithub
  • MOTD
  • MrNewbVehicleKeys
    • Install
      • Framework
        • esx
        • qb-core
        • qbox
      • inventory
        • 🐂ox_inventory
        • qb-inventory
        • qb-inventoryv2
        • origen_inventory
        • ps-inventory
        • jpr-inventory
        • qs-inventory
      • Inventory Images
    • Exports
      • Server Exports
      • Client Exports
    • Backwards Events
      • Client Events
      • Server Events
    • FAQ
    • Commands
    • Snippet Examples
      • qb-vehicleshop
      • qb-garages
      • Common qb-core Snippets
  • MrNewbBeeKeeping
    • Install
      • Frameworks
        • qb-core
        • qbox
        • ESX
      • Inventory Images
      • Inventory
        • 🐂ox_inventory
  • MrNewbPrescriptions
    • Install
      • Framework
        • qb-core
        • qbox
        • ESX
      • inventory
        • 🐂ox inventory
        • qs-inventory
        • qb-inventory V1
        • qb-inventory v2
      • Inventory Images
    • Exports
      • Server Exports
      • Client Exports
    • Snippet Examples
      • qb-drugs
      • qbx_ambulancejob
    • FAQ
  • MrNewbPlateCarriers
    • Install
      • Framework
        • qb-core
        • qbox
        • ESX
      • inventory
        • 🐂ox_inventory
        • qb-inventoryv2
      • Inventory Images
    • Exports
      • Server Exports
  • MrNewbCustomPlates
    • Install
      • Framework
        • qb-core
        • qbox
        • ESX
      • inventory
        • ox_inventory Steps
      • Inventory Images
  • MrNewbNameChanger
    • Install
      • Frameworks
        • qb-core
        • qbox
        • ESX
      • Inventory
        • 🐂ox_inventory
        • ps-inventory
        • qb-inventoryv2
        • qb-inventory
      • Inventory Images
  • MrNewbPawn
    • Install
  • MrNewbPhoneTracker
    • Install
      • Frameworks
        • qb-core
        • qbox
        • ESX
      • Inventory Images
      • Inventory
        • 🐂ox_inventory
  • MrNewbWeaponTints
    • Install
      • inventory
        • ox_inventory Steps
      • Inventory Images
  • MrNewbGiftBox
    • Install
      • Framework
        • qb-core
        • qbox
        • ESX
      • inventory
        • ox_inventory Steps
      • Inventory Images
    • Exports
      • Server Exports
Powered by GitBook
On this page
  1. MrNewbPrescriptions
  2. Install
  3. inventory

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

PreviousinventoryNextqs-inventory

Last updated 1 month ago

🐂