• We have a new discord! click here to join
    Any faulty links ? Report them in our discord or via our Ticket System!
    We do everything we can to protect the safety of our visitors, if any resource contains malware in any kind of form or obfuscation please report it aswell ♡♡

QBCORE Realistic smoking qbcore v2 (4 Viewers)

highguy69

Active member
Jan 8, 2021
71
10
8
Credits
153
1710326397963.png




both old core and new core


Code: thx to @bxzzy - Converted to new item format in case you have OCD....
Code:
redw                     = {name = "redw", label = "Redwood Pack", weight = 200, type = "item", image = "redw.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Take out your cigarettes"},
marlboro                 = {name = "marlboro", label = "Marlboro Pack", weight = 200, type = "item", image = "marlboro.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Take out your cigarettes"},
cubancigar                 = {name = "cubancigar", label = "Cuban Cigar", weight = 200, type = "item", image = "cubancigar.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Real cigar"},
davidoffcigar             = {name = "davidoffcigar", label = "Davidoff Cigar", weight = 200, type = "item", image = "davidoffcigar.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Real cigar"},
redwcig = {name         = "redwcig", label = "Redwood Cigarette", weight = 200, type = "item", image = "redwcig.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Smoking cigarette"},
marlborocig             = {name = "marlborocig", label = "Marlboro Cigarette", weight = 200, type = "item", image = "marlborocig.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Smoking cigarette"},
vape                     = {name = "vape", label = "Vape", weight = 200, type = "item", image = "vape.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Electronic cigarette"},
liquid                     = {name = "liquid", label = "Liquid", weight = 200, type = "item", image = "liquid.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Vape liquid"},
lighter                 = {name = "lighter", label = "Lighter", weight = 200, type = "item", image = "lighter.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Cigarette lighter"},
bong                     = {name = "bong", label = "Bong", weight = 200, type = "item", image = "bong.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Bong"},
ocb_paper                 = {name = "ocb_paper", label = "Ocb Paper", weight = 200, type = "item", image = "ocb_paper.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Ocb paper for rolling joints"},
og_kush_joint             = {name = "og_kush_joint", label = "Og Kush Joint", weight = 200, type = "item", image = "og_kush_joint.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Good joint"},
blue_dream_joint         = {name = "blue_dream_joint", label = "Blue Dream Joint", weight = 200, type = "item", image = "blue_dream_joint.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Good joint"},
purple_haze_joint         = {name = "purple_haze_joint", label = "Purple Haze Joint", weight = 200, type = "item", image = "purple_haze_joint.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Good joint"},
banana_kush_joint         = {name = "banana_kush_joint", label = "Banana Lush Joint", weight = 200, type = "item", image = "banana_kush_joint.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Good joint"},
og_kush_bag             = {name = "og_kush_bag", label = "Og Kush Bag", weight = 200, type = "item", image = "og_kush_bag.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
blue_dream_bag             = {name = "blue_dream_bag", label = "Blue Dream Bag", weight = 200, type = "item", image = "blue_dream_bag.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
purple_haze_bag         = {name = "purple_haze_bag", label = "Purple Haze Bag", weight = 200, type = "item", image = "purple_haze_bag.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
banana_kush_bag         = {name = "banana_kush_bag", label = "Banana Kush Bag", weight = 200, type = "item", image = "banana_kush_bag.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
og_kush_weed             = {name = "og_kush_weed", label = "Og Kush Weed 1G", weight = 200, type = "item", image = "og_kush_weed.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
blue_dream_weed         = {name = "blue_dream_weed", label = "Blue Dream Weed 1G", weight = 200, type = "item", image = "blue_dream_weed.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
banana_kush_weed        = {name = "banana_kush_weed", label = "Banana Kush Weed 1G", weight = 200, type = "item", image = "banana_kush_weed.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
purple_haze_weed         = {name = "purple_haze_weed", label = "Purple Haze Weed 1G", weight = 200, type = "item", image = "purple_haze_weed.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
 
Last edited:

bxzzy

Member
VIP
Mar 8, 2021
20
16
3
Credits
458
Converted to new item format in case you have OCD....

Code:
    redw                     = {name = "redw", label = "Redwood Pack", weight = 200, type = "item", image = "redw.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Take out your cigarettes"},
    marlboro                 = {name = "marlboro", label = "Marlboro Pack", weight = 200, type = "item", image = "marlboro.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Take out your cigarettes"},
    cubancigar                 = {name = "cubancigar", label = "Cuban Cigar", weight = 200, type = "item", image = "cubancigar.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Real cigar"},
    davidoffcigar             = {name = "davidoffcigar", label = "Davidoff Cigar", weight = 200, type = "item", image = "davidoffcigar.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Real cigar"},
    redwcig = {name         = "redwcig", label = "Redwood Cigarette", weight = 200, type = "item", image = "redwcig.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Smoking cigarette"},   
    marlborocig             = {name = "marlborocig", label = "Marlboro Cigarette", weight = 200, type = "item", image = "marlborocig.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Smoking cigarette"},
    vape                     = {name = "vape", label = "Vape", weight = 200, type = "item", image = "vape.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Electronic cigarette"},
    liquid                     = {name = "liquid", label = "Liquid", weight = 200, type = "item", image = "liquid.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Vape liquid"},
    lighter                 = {name = "lighter", label = "Lighter", weight = 200, type = "item", image = "lighter.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Cigarette lighter"},
    bong                     = {name = "bong", label = "Bong", weight = 200, type = "item", image = "bong.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Bong"},
    ocb_paper                 = {name = "ocb_paper", label = "Ocb Paper", weight = 200, type = "item", image = "ocb_paper.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Ocb paper for rolling joints"},
    og_kush_joint             = {name = "og_kush_joint", label = "Og Kush Joint", weight = 200, type = "item", image = "og_kush_joint.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Good joint"},
    blue_dream_joint         = {name = "blue_dream_joint", label = "Blue Dream Joint", weight = 200, type = "item", image = "blue_dream_joint.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Good joint"},
    purple_haze_joint         = {name = "purple_haze_joint", label = "Purple Haze Joint", weight = 200, type = "item", image = "purple_haze_joint.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Good joint"},
    banana_kush_joint         = {name = "banana_kush_joint", label = "Banana Lush Joint", weight = 200, type = "item", image = "banana_kush_joint.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Good joint"},
    og_kush_bag             = {name = "og_kush_bag", label = "Og Kush Bag", weight = 200, type = "item", image = "og_kush_bag.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
    blue_dream_bag             = {name = "blue_dream_bag", label = "Blue Dream Bag", weight = 200, type = "item", image = "blue_dream_bag.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
    purple_haze_bag         = {name = "purple_haze_bag", label = "Purple Haze Bag", weight = 200, type = "item", image = "purple_haze_bag.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
    banana_kush_bag         = {name = "banana_kush_bag", label = "Banana Kush Bag", weight = 200, type = "item", image = "banana_kush_bag.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
    og_kush_weed             = {name = "og_kush_weed", label = "Og Kush Weed 1G", weight = 200, type = "item", image = "og_kush_weed.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
    blue_dream_weed         = {name = "blue_dream_weed", label = "Blue Dream Weed 1G", weight = 200, type = "item", image = "blue_dream_weed.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
    banana_kush_weed        = {name = "banana_kush_weed", label = "Banana Kush Weed 1G", weight = 200, type = "item", image = "banana_kush_weed.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
    purple_haze_weed         = {name = "purple_haze_weed", label = "Purple Haze Weed 1G", weight = 200, type = "item", image = "purple_haze_weed.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
 

highguy69

Active member
Jan 8, 2021
71
10
8
Credits
153
Converted to new item format in case you have OCD....

Code:
    redw                     = {name = "redw", label = "Redwood Pack", weight = 200, type = "item", image = "redw.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Take out your cigarettes"},
    marlboro                 = {name = "marlboro", label = "Marlboro Pack", weight = 200, type = "item", image = "marlboro.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Take out your cigarettes"},
    cubancigar                 = {name = "cubancigar", label = "Cuban Cigar", weight = 200, type = "item", image = "cubancigar.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Real cigar"},
    davidoffcigar             = {name = "davidoffcigar", label = "Davidoff Cigar", weight = 200, type = "item", image = "davidoffcigar.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Real cigar"},
    redwcig = {name         = "redwcig", label = "Redwood Cigarette", weight = 200, type = "item", image = "redwcig.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Smoking cigarette"},  
    marlborocig             = {name = "marlborocig", label = "Marlboro Cigarette", weight = 200, type = "item", image = "marlborocig.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Smoking cigarette"},
    vape                     = {name = "vape", label = "Vape", weight = 200, type = "item", image = "vape.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Electronic cigarette"},
    liquid                     = {name = "liquid", label = "Liquid", weight = 200, type = "item", image = "liquid.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Vape liquid"},
    lighter                 = {name = "lighter", label = "Lighter", weight = 200, type = "item", image = "lighter.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Cigarette lighter"},
    bong                     = {name = "bong", label = "Bong", weight = 200, type = "item", image = "bong.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Bong"},
    ocb_paper                 = {name = "ocb_paper", label = "Ocb Paper", weight = 200, type = "item", image = "ocb_paper.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Ocb paper for rolling joints"},
    og_kush_joint             = {name = "og_kush_joint", label = "Og Kush Joint", weight = 200, type = "item", image = "og_kush_joint.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Good joint"},
    blue_dream_joint         = {name = "blue_dream_joint", label = "Blue Dream Joint", weight = 200, type = "item", image = "blue_dream_joint.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Good joint"},
    purple_haze_joint         = {name = "purple_haze_joint", label = "Purple Haze Joint", weight = 200, type = "item", image = "purple_haze_joint.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Good joint"},
    banana_kush_joint         = {name = "banana_kush_joint", label = "Banana Lush Joint", weight = 200, type = "item", image = "banana_kush_joint.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Good joint"},
    og_kush_bag             = {name = "og_kush_bag", label = "Og Kush Bag", weight = 200, type = "item", image = "og_kush_bag.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
    blue_dream_bag             = {name = "blue_dream_bag", label = "Blue Dream Bag", weight = 200, type = "item", image = "blue_dream_bag.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
    purple_haze_bag         = {name = "purple_haze_bag", label = "Purple Haze Bag", weight = 200, type = "item", image = "purple_haze_bag.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
    banana_kush_bag         = {name = "banana_kush_bag", label = "Banana Kush Bag", weight = 200, type = "item", image = "banana_kush_bag.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
    og_kush_weed             = {name = "og_kush_weed", label = "Og Kush Weed 1G", weight = 200, type = "item", image = "og_kush_weed.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
    blue_dream_weed         = {name = "blue_dream_weed", label = "Blue Dream Weed 1G", weight = 200, type = "item", image = "blue_dream_weed.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
    banana_kush_weed        = {name = "banana_kush_weed", label = "Banana Kush Weed 1G", weight = 200, type = "item", image = "banana_kush_weed.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
    purple_haze_weed         = {name = "purple_haze_weed", label = "Purple Haze Weed 1G", weight = 200, type = "item", image = "purple_haze_weed.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
Thanks added it to the thread
 

pandufajar

Member
Feb 8, 2022
30
3
8
Credits
91
View attachment 14240

-=Stripped Content=-


both old core and new core


Code: thx to @bxzzy - Converted to new item format in case you have OCD....
Code:
redw                     = {name = "redw", label = "Redwood Pack", weight = 200, type = "item", image = "redw.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Take out your cigarettes"},
marlboro                 = {name = "marlboro", label = "Marlboro Pack", weight = 200, type = "item", image = "marlboro.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Take out your cigarettes"},
cubancigar                 = {name = "cubancigar", label = "Cuban Cigar", weight = 200, type = "item", image = "cubancigar.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Real cigar"},
davidoffcigar             = {name = "davidoffcigar", label = "Davidoff Cigar", weight = 200, type = "item", image = "davidoffcigar.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Real cigar"},
redwcig = {name         = "redwcig", label = "Redwood Cigarette", weight = 200, type = "item", image = "redwcig.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Smoking cigarette"},
marlborocig             = {name = "marlborocig", label = "Marlboro Cigarette", weight = 200, type = "item", image = "marlborocig.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Smoking cigarette"},
vape                     = {name = "vape", label = "Vape", weight = 200, type = "item", image = "vape.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Electronic cigarette"},
liquid                     = {name = "liquid", label = "Liquid", weight = 200, type = "item", image = "liquid.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Vape liquid"},
lighter                 = {name = "lighter", label = "Lighter", weight = 200, type = "item", image = "lighter.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Cigarette lighter"},
bong                     = {name = "bong", label = "Bong", weight = 200, type = "item", image = "bong.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Bong"},
ocb_paper                 = {name = "ocb_paper", label = "Ocb Paper", weight = 200, type = "item", image = "ocb_paper.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Ocb paper for rolling joints"},
og_kush_joint             = {name = "og_kush_joint", label = "Og Kush Joint", weight = 200, type = "item", image = "og_kush_joint.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Good joint"},
blue_dream_joint         = {name = "blue_dream_joint", label = "Blue Dream Joint", weight = 200, type = "item", image = "blue_dream_joint.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Good joint"},
purple_haze_joint         = {name = "purple_haze_joint", label = "Purple Haze Joint", weight = 200, type = "item", image = "purple_haze_joint.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Good joint"},
banana_kush_joint         = {name = "banana_kush_joint", label = "Banana Lush Joint", weight = 200, type = "item", image = "banana_kush_joint.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Good joint"},
og_kush_bag             = {name = "og_kush_bag", label = "Og Kush Bag", weight = 200, type = "item", image = "og_kush_bag.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
blue_dream_bag             = {name = "blue_dream_bag", label = "Blue Dream Bag", weight = 200, type = "item", image = "blue_dream_bag.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
purple_haze_bag         = {name = "purple_haze_bag", label = "Purple Haze Bag", weight = 200, type = "item", image = "purple_haze_bag.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
banana_kush_bag         = {name = "banana_kush_bag", label = "Banana Kush Bag", weight = 200, type = "item", image = "banana_kush_bag.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
og_kush_weed             = {name = "og_kush_weed", label = "Og Kush Weed 1G", weight = 200, type = "item", image = "og_kush_weed.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
blue_dream_weed         = {name = "blue_dream_weed", label = "Blue Dream Weed 1G", weight = 200, type = "item", image = "blue_dream_weed.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
banana_kush_weed        = {name = "banana_kush_weed", label = "Banana Kush Weed 1G", weight = 200, type = "item", image = "banana_kush_weed.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
purple_haze_weed         = {name = "purple_haze_weed", label = "Purple Haze Weed 1G", weight = 200, type = "item", image = "purple_haze_weed.png", unique = false, useable = true, shouldClose = true, combinable = nil, description = "Weed for packing"},
hmmmm intresting gg g gg gg gg gg
 
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.

Users who are viewing this thread

Top