Envi-Items
Envi-Items Official Documentation
Last updated
Envi-Items Official Documentation
Last updated
Welcome to the exciting world of "Illuminating Los Santos," a dynamic and immersive script for FiveM that brings a new level of visual enchantment to your gameplay experience. This script introduces an array of sparklers and handheld items with stunning visual effects, perfect for adding a touch of sparkle to celebrations, events, and everyday adventures in the bustling city of Los Santos.
Whether you're hosting a festive gathering, creating a dazzling display for a special occasion, or simply want to light up the night, our selection of sparklers and handheld effects will transform the atmosphere and elevate your in-game interactions. Get ready to dazzle your friends and make every moment in Los Santos unforgettable with the magic of sparkling lights and mesmerizing effects.
Join us as we dive into the features and functionality of this script, ensuring you have all the tools you need to illuminate your FiveM experience like never before.
A working FiveM Server.
Basic Understanding of FiveM server setup and resource management.
An up-to-date version of ox_lib
['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!'},
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!' },
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!' },
['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'},
[`WEAPON_WATERGUN`] = {name = 'WEAPON_WATERGUN', label = 'Water Gun', weapontype = 'Pistol', ammotype = nil, damagereason = 'Wetted Up / Soaked / Get Dry'},
[`WEAPON_BLOWUP_HAMMER`] = {name = 'WEAPON_BLOWUP_HAMMER', label = 'Blowup Hammer', weapontype = 'Melee', ammotype = nil, damagereason = 'Melee killed / Whacked / Executed / Beat down / Murdered / Battered'},
[`WEAPON_ICEPOP_1`] = {name = 'WEAPON_ICEPOP_1', label = 'Icepop 1', weapontype = 'Melee', ammotype = nil, damagereason = 'Melee killed / Whacked / Executed / Beat down / Murdered / Battered'},
[`WEAPON_ICEPOP_2`] = {name = 'WEAPON_ICEPOP_2', label = 'Icepop 2', weapontype = 'Melee', ammotype = nil, damagereason = 'Melee killed / Whacked / Executed / Beat down / Murdered / Battered'},
[`WEAPON_ICEPOP_3`] = {name = 'WEAPON_ICEPOP_3', label = 'Icepop 3', weapontype = 'Melee', ammotype = nil, damagereason = 'Melee killed / Whacked / Executed / Beat down / Murdered / Battered'},
[`WEAPON_POOLNOODLE`] = {name = 'WEAPON_POOLNOODLE', label = 'Pool Noodle', weapontype = 'Melee', ammotype = nil, damagereason = 'Melee killed / Whacked / Executed / Beat down / Murdered / Battered'},
[`WEAPON_SANDAL`] = {name = 'WEAPON_SANDAL', label = 'Sandal', weapontype = 'Melee', ammotype = nil, damagereason = 'Slapped / Thrown / Ghandid'},