Envi Scripts Documentation
  • 👋Introduction
  • 🌉Envi-Bridge
  • ⚙️Compatibility
  • 🖨️Licensing
  • 📒Premium Scripts
    • ❔FAQ / COMMON ISSUES
    • ‼️FIRST STEPS (READ FIRST)
    • ⭐Useful Resources
    • 👀Envi FiveM Showcase Server
    • 📸Envi-Camera
      • ❗First Steps
      • Inventory Setup
      • Editable Functionality
      • Complete Lens Kit
      • Printing Photos
      • Ped Reactions
      • Exports
      • Config File
    • 🪚Envi-ChopShop
      • Inventory Setup
      • How to Chop
      • Props for AntiCheats
      • Editable Functionality
      • Config File
    • 🪣Envi-Dumpsters
      • Common Issues
      • Inventory Setup
      • Editable Functionality
      • Exports
      • Exclusive Zones
      • Survival Items
      • Shopping Carts
      • Hobo Bowling
      • Hobo Taxi
      • Rats and Racoons
      • Config File
      • V2 Config
    • 💺Envi-Ejector-Seats
      • Inventory Setup
      • How to Eject
      • Editable Functionality
      • Config File
    • 🔥Envi-Flamethrower (Standalone)
      • Common Issues
      • Inventory Setup
      • Refueling
      • Editable Functionality
      • Config File
    • 🪽Envi-Flight-Suits
      • Inventory Setup
      • Flight Suits
      • Config File
    • 🍜Envi-Food-Truck
      • ❗VooDoo Required
      • Common Issues
      • Inventory Setup
      • Adding Additional Grill Items
      • Unique Shops with Liveries
      • Spawning the Trucks
      • Using the Trucks
      • Exports
      • Config File
    • 💍Envi-Forever-Rings
      • Inventory Setup
      • Editable Functionality
      • Ring Shop MLO
      • Config File
    • 💻Envi-Hack-Minigames (Standalone)
      • The Worm
      • Password
      • Firewall
      • Node Runner
      • Config File
    • 🎞️Envi-HUD
      • ❗First Time Setup
      • Common Issues
      • Inventory Setup
      • Adding Custom Weapons
      • Change Logo
      • Custom Fonts
      • Converting Notifications
      • Converting Progress Bars
      • Editable Functionality
      • Settings Save Location
      • Exports and Events
      • Commands
      • Vehicle Control
      • Anti Muscle Spasm
      • Ragdoll
      • Config File
    • 🎇Envi-Items
      • Inventory Setup
      • Config File
    • 🚑Envi-Medic
      • Common Issues
      • Fully Disable Transport to Hospital
      • Failsafe
      • Ambulance Scripts
      • Vehicle Fuel
      • Vehicle Keys
      • Exports
      • Config File
    • ☄️Envi-MethVan
      • Common Issues
      • Inventory Setup
      • Cooking Process
      • Editable Functionality
      • Adding a Vehicle
      • Config File
    • 🍃Envi-Megablower9000 (Standalone)
      • Inventory Setup
      • Config File
    • 👯Envi-Population (Standalone)
      • ❗Initial Setup
      • Common Issues
      • Config File
    • 🗒️Envi-Prescriptions
      • Common Issues
      • Inventory Setup
      • Editable Functionality
      • Config File
    • 🔧Envi-Sabotage
      • ❗First Time Setup
      • Common Issues
      • Inventory Setup
      • Exports
    • 🛒Envi-Shops
      • Common Issues
      • Inventory Setup
      • Exports
      • Editable Functionality
      • Config File
    • 📱Envi-Trap-Phone
      • Common Issues
      • Inventory Setup
      • Commands
      • Exports
      • Adding Custom Drugs
      • Using the Phone
      • Disabling Extra Services
      • Config Files
        • config.lua
        • dialogueSettings.lua
        • extraServices.lua
        • gangZoneSettings.lua
        • personalitySettings.lua
        • specialContactSettings.lua
    • 👰Envi-Weddings
      • Inventory Setup
      • Starting Info
      • Manually Removing Data
      • Commands
      • Config File
    • 🎅Envi Xmas-Weapons (Standalone)
      • Inventory Setup
      • Config File
    • 🗡️Envi-Zombie-Weapons (Standalone)
      • Inventory Setup
    • 🧟‍♂️Envi-Zombies
Powered by GitBook
On this page
  1. Premium Scripts
  2. Envi-MethVan

Inventory Setup

Add to items.lua

['acetone'] = {
    label = 'Acetone',
    weight = 1000,
    stack = true,
    close = true,
    description = 'A highly volatile chemical...',
},
['lithium'] = {
    label = 'Lithium',
    weight = 500,
    stack = true,
    close = true,
    description = 'Lithium, commonly found in batteries.',
},
['meth_testkit'] = {
    label = 'Meth Test Kit',
    weight = 500,
    stack = true,
    close = true,
    description = 'Meth Test Kit',
},
['eggtimer'] = {
    label = 'Egg Timer',
    weight = 500,
    stack = true,
    close = true,
    description = 'Egg Timer',
},
['meth'] = {
    label = '1g of Meth',
    weight = 100,
    stack = true,
    close = true,
    description = 'A gram of the finest teeth rotting goodness!',
},
['meth_1oz'] = {
    label = 'Ounce of Meth',
    weight = 280,
    stack = true,
    close = true,
    description = 'A ounce of the finest teeth rotting goodness!',
},
['gasmask'] = {
    label = 'Gas Mask',
    weight = 3000,
    stack = false,
    close = true,
    description = 'One size fits all!',
},
['hydrochloricacid'] = {
    label = 'Hydrochloric Acid',
    weight = 500,
    stack = true,
    close = true,
    description = 'Highly acidic.',
},
['red_phos'] = {
    label = 'Red Phosphorus',
    weight = 500,
    stack = true,
    close = true,
    description = 'A component used in match-sticks.',
},
['pseudoephedrine'] = {
    label = 'Pseudoephedrine',
    weight = 500,
    stack = true,
    close = true,
    description = 'Over-The-Counter medication.',
},
['crushed_pseudo'] = {
    label = 'Crushed Pseudo',
    weight = 500,
    stack = true,
    close = true,
    description = 'Over-The-Counter medication crushed into a fine powder.',
},
['pestle_and_mortar'] = {
    label = 'Pestle and Mortar',
    weight = 2000,
    stack = true,
    close = true,
    description = 'Used for crushing ingredients.',
},
['methlab'] = {
    label = 'Portable Meth-Lab',
    weight = 10000,
    stack = true,
    close = true,
    description = 'Meth equipment for on-the-go!',
},
['beaker'] = {
    label = 'Chemical Beaker',
    weight = 1500,
    stack = true,
    close = true,
    description = 'Pyrex beaker for mixing chemicals!',
},
['food_coloring'] = {
    label = 'Food Coloring (Blue)',
    weight = 500,
    stack = true,
    close = true,
    description = 'Give your food that "Jesse Special"',
},
['acetone'] 				= {['name'] = 'acetone', 					['label'] = 'Acetone', 				['weight'] = 1000, 		['type'] = 'item', 		['image'] = 'acetone.png', 			['unique'] = false, 	    ['useable'] = true, 	['shouldClose'] = false,   		['combinable'] = nil,   ['description'] = 'A highly volitile chemical..'},
['lithium'] 			 	= {['name'] = 'lithium', 					['label'] = 'Lithium', 				['weight'] = 500, 		['type'] = 'item', 		['image'] = 'lithium.png', 			['unique'] = false,    	    ['useable'] = true, 	['shouldClose'] = true,	   		['combinable'] = nil,   ['description'] = 'Lithium, commonly found in batteries.'},
['meth_testkit'] 			= {['name'] = 'meth_testkit', 					['label'] = 'Meth Test Kit', 			['weight'] = 500, 		['type'] = 'item', 		['image'] = 'meth_testkit.png', 		['unique'] = false,    	    ['useable'] = true, 	['shouldClose'] = true,	   		['combinable'] = nil,   ['description'] = 'Meth Test Kit.'},
['eggtimer'] 			 	= {['name'] = 'eggtimer', 					['label'] = 'Egg Timer', 			['weight'] = 500, 		['type'] = 'item', 		['image'] = 'eggtimer.png', 			['unique'] = false,    	    ['useable'] = true, 	['shouldClose'] = true,	   		['combinable'] = nil,   ['description'] = 'Egg Timer.'},
['meth'] 			 	= {['name'] = 'meth', 						['label'] = '1g of Meth', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'meth.png', 			['unique'] = false,    	    ['useable'] = true, 	['shouldClose'] = true,	   		['combinable'] = nil,   ['description'] = 'A gram of the finest teeth rotting goodness!'},	
['meth_1oz'] 			 	= {['name'] = 'meth_1oz', 					['label'] = 'Ounce of Meth', 			['weight'] = 280, 		['type'] = 'item', 		['image'] = 'meth_1oz.png', 			['unique'] = false,    	    ['useable'] = true, 	['shouldClose'] = true,	   		['combinable'] = nil,   ['description'] = 'A ounce of the finest teeth rotting goodness!'},	
['gasmask'] 			 	= {['name'] = 'gasmask', 					['label'] = 'Gas Mask', 			['weight'] = 3000, 	        ['type'] = 'item', 		['image'] = 'gasmask.png', 			['unique'] = true,          ['useable'] = true, 	['shouldClose'] = true,	                ['combinable'] = nil,   ['description'] = 'One size fits all!'},
['hydrochloricacid'] 			= {['name'] = 'hydrochloricacid', 			        ['label'] = 'Hydrochloric Acid', 		['weight'] = 500, 		['type'] = 'item', 		['image'] = 'hydrochloricacid.png', 	        ['unique'] = false, 	    ['useable'] = true, 	['shouldClose'] = false,                ['combinable'] = nil,   ['description'] = 'Highly acidic.'},
['red_phos'] 			 	= {['name'] = 'red_phos', 					['label'] = 'Red Phosphorus', 			['weight'] = 500, 	        ['type'] = 'item', 		['image'] = 'red_phos.png', 			['unique'] = false,         ['useable'] = true, 	['shouldClose'] = true,	                ['combinable'] = nil,   ['description'] = 'A componant used in match-sticks.'},
['pseudoephedrine'] 			= {['name'] = 'pseudoephedrine', 			        ['label'] = 'Pseudoephedrine', 			['weight'] = 500, 	        ['type'] = 'item', 		['image'] = 'pseudoephedrine.png', 		['unique'] = false,         ['useable'] = true, 	['shouldClose'] = true,	                ['combinable'] = nil,   ['description'] = 'Over-The-Counter medication.'},
['crushed_pseudo'] 			= {['name'] = 'crushed_pseudo', 			        ['label'] = 'Crushed Pseudo', 			['weight'] = 500, 	        ['type'] = 'item', 		['image'] = 'crushed_pseudo.png', 		['unique'] = false,         ['useable'] = true, 	['shouldClose'] = true,	                ['combinable'] = nil,   ['description'] = 'Over-The-Counter medication crushed into a fine powder.'},
['pestle_and_mortar'] 			= {['name'] = 'pestle_and_mortar', 			        ['label'] = 'Pestle and Mortar', 		['weight'] = 2000, 		['type'] = 'item', 		['image'] = 'pestle_and_mortar.png', 		['unique'] = false, 	    ['useable'] = true, 	['shouldClose'] = false,   		['combinable'] = nil,   ['description'] = 'Used for crushing ingredients.'},
['methlab'] 			        = {['name'] = 'methlab', 					['label'] = 'Portable Meth-Lab', 		['weight'] = 10000, 		['type'] = 'item', 		['image'] = 'methlab.png', 			['unique'] = false, 	    ['useable'] = true, 	['shouldClose'] = false,   		['combinable'] = nil,   ['description'] = 'Meth equipment for on-the-go!'},
['beaker'] 				= {['name'] = 'beaker', 					['label'] = 'Chemical Beaker', 			['weight'] = 1500, 		['type'] = 'item', 		['image'] = 'beaker.png', 			['unique'] = false, 	    ['useable'] = true, 	['shouldClose'] = false,   		['combinable'] = nil,   ['description'] = 'Pyrex beaker for mixing chemicals!'},
['food_coloring'] 			= {['name'] = 'food_coloring', 				        ['label'] = 'Food Coloring (Blue)', 	        ['weight'] = 500, 		['type'] = 'item', 		['image'] = 'food_coloring.png', 		['unique'] = false, 	    ['useable'] = true, 	['shouldClose'] = false,   		['combinable'] = nil,   ['description'] = 'Give your food that "Jesse Special"'},
PreviousCommon IssuesNextCooking Process

Last updated 23 days ago

📒
☄️