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. Framework

qb-core

Add this to qb-core/shared/items.lua

	["willies"] 			         	 = {["name"] = 'willies',             			["label"] = 'Willies',               			 ['weight'] = 100, 		["type"] = 'item', 		["image"] = 'willies.png',      				["unique"] = true,  	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,   					 	 			["description"] = 'Willies Butt Drain'},
	["zombix"] 			         	 = {["name"] = 'zombix',             			["label"] = 'Zombix',               			 ['weight'] = 100, 		["type"] = 'item', 		["image"] = 'zombix.png',      					["unique"] = true,  	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,   					 	 			["description"] = 'Zombix 250 MG'},
	["mollis"] 			         	 = {["name"] = 'mollis',             			["label"] = 'Mollis',               			 ['weight'] = 100, 		["type"] = 'item', 		["image"] = 'mollis.png',      					["unique"] = true,  	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,   					 	 			["description"] = 'Mollis 50 MG'},
	["realquickioum"] 			     	 = {["name"] = 'realquickioum',             		["label"] = 'RealQuickioum',              		 ['weight'] = 100, 		["type"] = 'item', 		["image"] = 'misc_prescription.png',      			["unique"] = true,  	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,   					 	 			["description"] = 'RealQuickioum 100 MG'},
	["naptimeioum"] 			     	 = {["name"] = 'naptimeioum',             		["label"] = 'Naptimeioum',              		 ['weight'] = 100, 		["type"] = 'item', 		["image"] = 'misc_prescription.png',      			["unique"] = true,  	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,   					 	 			["description"] = 'Naptimeioum 10 MG'},
	["rumaierum"] 			         	 = {["name"] = 'rumaierum',             		["label"] = 'Rumaierum',               		 	 ['weight'] = 100, 		["type"] = 'item', 		["image"] = 'misc_prescription.png',      			["unique"] = true,  	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,   					 	 			["description"] = 'Rumaierum 200 MG'},
	["stretchyioum"] 			     	 = {["name"] = 'stretchyioum',             		["label"] = 'Stretchyioum',              		 ['weight'] = 100, 		["type"] = 'item', 		["image"] = 'misc_prescription.png',      			["unique"] = true,  	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,   					 	 			["description"] = 'Stretchyioum 100 MG'},
	["jimmyioum"] 			         	 = {["name"] = 'jimmyioum',             		["label"] = 'Jimmyioum',               		 	 ['weight'] = 100, 		["type"] = 'item', 		["image"] = 'misc_prescription.png',      			["unique"] = true,  	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,   					 	 			["description"] = 'Jimmyioum 50 MG'},
	["crowlyioum"] 			         	 = {["name"] = 'crowlyioum',             	    	["label"] = 'Crowlyioum',              		 	 ['weight'] = 100, 		["type"] = 'item', 		["image"] = 'misc_prescription.png',      			["unique"] = true,  	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,   					 	 			["description"] = 'Crowlyioum 150 MG'},
PreviousFrameworkNextqbox

Last updated 1 month ago