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
  • Add to items.lua
  • Add to weapons.lua
  1. Premium Scripts
  2. Envi-Items

Inventory Setup

Add to items.lua

['sparkler'] = {
    label = 'Sparkler',
    weight = 500,
    stack = false,
    close = true,
    description = nil
},
['large_sparkler'] = {
    label = 'Large Sparkler',
    weight = 1000,
    stack = false,
    close = true,
    description = nil
},
['large_green_sparkler'] = {
    label = 'Large Green Sparkler',
    weight = 1000,
    stack = false,
    close = true,
    description = nil
},
['large_pink_sparkler'] = {
    label = 'Large Pink Sparkler',
    weight = 1000,
    stack = false,
    close = true,
    description = nil
},
['large_blue_sparkler'] = {
    label = 'Large Blue Sparkler',
    weight = 1000,
    stack = false,
    close = true,
    description = nil
},
['american_sparkler'] = {
    label = 'USA Sparkler',
    weight = 1000,
    stack = false,
    close = true,
    description = nil
},
['fire_torch'] = {
    label = 'Fire Torch',
    weight = 1000,
    stack = false,
    close = true,
    description = nil
},
['large_usa_sparkler'] = {
    label = 'Large USA Sparkler',
    weight = 1000,
    stack = false,
    close = true,
    description = nil
},
['green_sparkler'] = {
    label = 'Green Sparkler',
    weight = 1000,
    stack = false,
    close = true,
    description = nil
},
['pink_sparkler'] = {
    label = 'Pink Sparkler',
    weight = 1000,
    stack = false,
    close = true,
    description = nil
},
['blue_sparkler'] = {
    label = 'Blue Sparkler',
    weight = 1000,
    stack = false,
    close = true,
    description = nil
},
["frisbee"] = { 
    label = 'Flying Disc', 
    description = 'eCola Flying Disc!',
    weight = 100, 
    stack = false, 
    close = true, 
},
["frisbee2"] = { 
    label = 'Ultimate Disc In The Dark!', 
    description = 'Oh Yeah!! Ultimate Disc In The Dark!', 
    weight = 100, 
    stack = false, 
    close = true, 
},
    ['fire_torch'] 		= {['name'] = 'fire_torch', 		['label'] = 'Fire Torch', 		['weight'] = 1000, 		['type'] = 'item', 		['image'] = 'fire_torch.png', 		['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,   		['combinable'] = nil,   ['description'] = ''},
    ['sparkler'] 		= {['name'] = 'sparkler', 		['label'] = 'Sparkler', 		['weight'] = 1000, 		['type'] = 'item', 		['image'] = 'sparkler.png', 		['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,   		['combinable'] = nil,   ['description'] = ''},
    ['american_sparkler'] 	= {['name'] = 'american_sparkler', 	['label'] = 'USA Sparkler', 		['weight'] = 1000, 		['type'] = 'item', 		['image'] = 'american_sparkler.png', 	['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,   		['combinable'] = nil,   ['description'] = ''},
    ['green_sparkler'] 		= {['name'] = 'green_sparkler', 	['label'] = 'Green Sparkler', 		['weight'] = 1000, 		['type'] = 'item', 		['image'] = 'green_sparkler.png', 	['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,   		['combinable'] = nil,   ['description'] = ''},
    ['pink_sparkler'] 		= {['name'] = 'pink_sparkler', 		['label'] = 'Pink Sparkler', 		['weight'] = 1000, 		['type'] = 'item', 		['image'] = 'pink_sparkler.png', 	['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,   		['combinable'] = nil,   ['description'] = ''},
    ['blue_sparkler'] 		= {['name'] = 'blue_sparkler', 		['label'] = 'Blue Sparkler', 		['weight'] = 1000, 		['type'] = 'item', 		['image'] = 'blue_sparkler.png', 	['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,   		['combinable'] = nil,   ['description'] = ''},
    ['large_sparkler'] 		= {['name'] = 'large_sparkler', 	['label'] = 'Large Sparkler', 		['weight'] = 1000, 		['type'] = 'item', 		['image'] = 'large_sparkler.png', 	['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,   		['combinable'] = nil,   ['description'] = ''},
    ['large_green_sparkler'] 	= {['name'] = 'large_green_sparkler', 	['label'] = 'Large Green Sparkler',     ['weight'] = 1000, 		['type'] = 'item', 		['image'] = 'large_green_sparkler.png', ['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,   		['combinable'] = nil,   ['description'] = ''},
    ['large_pink_sparkler'] 	= {['name'] = 'large_pink_sparkler', 	['label'] = 'Large Pink Sparkler',      ['weight'] = 1000, 		['type'] = 'item', 		['image'] = 'large_pink_sparkler.png', 	['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,   		['combinable'] = nil,   ['description'] = ''},
    ['large_blue_sparkler'] 	= {['name'] = 'large_blue_sparkler',    ['label'] = 'Large Blue Sparkler', 	['weight'] = 1000, 		['type'] = 'item', 		['image'] = 'large_blue_sparkler.png', 	['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,   		['combinable'] = nil,   ['description'] = ''},
    ['large_usa_sparkler'] 	= {['name'] = 'large_usa_sparkler', 	['label'] = 'Large USA Sparkler', 	['weight'] = 1000, 		['type'] = 'item', 		['image'] = 'large_usa_sparkler.png', 	['unique'] = true, 	    ['useable'] = true, 	['shouldClose'] = true,   		['combinable'] = nil,   ['description'] = ''},
    ['frisbee']                 = {['name'] = 'frisbee',                ['label'] = 'Flying Disc',              ['weight'] = 100,               ['type'] = 'item',              ['image']= 'frisbee.png',               ['unique'] = true,          ['useable'] = true,         ['shouldClose'] = true,                 ['combinable'] = nil,   ['description'] = 'eCola Flying Disc!'},
    ['frisbee2']                = {['name'] = 'frisbee2',               ['label'] = 'Ultimate Disc In The Dark!',['weight'] = 100,              ['type'] = 'item',              ['image'] = 'frisbee2.png',             ['unique'] = true,          ['useable'] = true,         ['shouldClose'] = true,                 ['combinable'] = nil,   ['description'] = 'Oh Yeah!! Ultimate Disc In The Dark!'},

Add to weapons.lua

['WEAPON_WATERGUN'] = {
    label = 'Water Gun',
    weight = 1000,
},

['WEAPON_BLOWUP_HAMMER'] = {
    label = 'Blowup Hammer',
    weight = 1000,
},

['WEAPON_ICEPOP_1'] = {
    label = 'Ice Pop',
    weight = 1000,
},

['WEAPON_ICEPOP_2'] = {
    label = 'Ice Pop',
    weight = 1000,
},

['WEAPON_ICEPOP_3'] = {
    label = 'Ice Pop',
    weight = 1000,
},

['WEAPON_POOLNOODLE'] = {
    label = 'Pool Noodle',
    weight = 1000,
},

['WEAPON_SANDAL'] = {
    label = 'Sandal',
    weight = 1000,
    throwable = true,
},
    [`WEAPON_WATERGUN`]              = {['name'] = 'WEAPON_WATERGUN',       ['label'] = 'Water Gun',                ['caliber'] = nil,      ['weapontype'] = 'Pistol',  ['ammotype'] = nil, ['damagereason'] = 'Wetted Up / Soaked / Get Dry'},
    [`WEAPON_BLOWUP_HAMMER`]         = {['name'] = 'WEAPON_BLOWUP_HAMMER',  ['label'] = 'Blowup Hammer',            ['caliber'] = nil,      ['weapontype'] = 'Melee',   ['ammotype'] = nil, ['damagereason'] = 'Melee killed / Whacked / Executed / Beat down / Murdered / Battered'},
    [`WEAPON_ICEPOP_1`]              = {['name'] = 'WEAPON_ICEPOP_1',       ['label'] = 'Icepop 1',                 ['caliber'] = nil,      ['weapontype'] = 'Melee',   ['ammotype'] = nil, ['damagereason'] = 'Melee killed / Whacked / Executed / Beat down / Murdered / Battered'},
    [`WEAPON_ICEPOP_2`]              = {['name'] = 'WEAPON_ICEPOP_2',       ['label'] = 'Icepop 2',                 ['caliber'] = nil,      ['weapontype'] = 'Melee',   ['ammotype'] = nil, ['damagereason'] = 'Melee killed / Whacked / Executed / Beat down / Murdered / Battered'},
    [`WEAPON_ICEPOP_3`]              = {['name'] = 'WEAPON_ICEPOP_3',       ['label'] = 'Icepop 3',                 ['caliber'] = nil,      ['weapontype'] = 'Melee',   ['ammotype'] = nil, ['damagereason'] = 'Melee killed / Whacked / Executed / Beat down / Murdered / Battered'},
    [`WEAPON_POOLNOODLE`]            = {['name'] = 'WEAPON_POOLNOODLE',     ['label'] = 'Pool Noodle',              ['caliber'] = nil,      ['weapontype'] = 'Melee',   ['ammotype'] = nil, ['damagereason'] = 'Melee killed / Whacked / Executed / Beat down / Murdered / Battered'},
    [`WEAPON_SANDAL`]                = {['name'] = 'WEAPON_SANDAL',         ['label'] = 'Sandal',                   ['caliber'] = nil,      ['weapontype'] = 'Melee',   ['ammotype'] = nil, ['damagereason'] = 'Slapped / Thrown / Ghandid'},
PreviousEnvi-ItemsNextConfig File

Last updated 24 days ago

📒
🎇