STEP 4
INVENTORY ITEMS
In this section you'll found the instrucions for differents inventories which are alreaady configured with the script
qb-core/shared/items.lua
macaron_blind_box = { name = 'macaron_blind_box', label = 'Tasty Macaron Box', weight = 1, type = 'item', image = 'macaron_blind_box.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Snack pack attack' },
break_blind_box = { name = 'break_blind_box', label = 'Have a Break Box', weight = 1, type = 'item', image = 'break_blind_box.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Treat and seat' },
bubu_soymilk = { name = 'bubu_soymilk', label = 'Soy Milk', weight = 1, type = 'item', image = 'bubu_soymilk.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Silky milky' },
bubu_lycheeberry = { name = 'bubu_lycheeberry', label = 'Lychee Berry', weight = 1, type = 'item', image = 'bubu_lycheeberry.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Fizzy berry merry' },
bubu_greengrape = { name = 'bubu_greengrape', label = 'Green Grape', weight = 1, type = 'item', image = 'bubu_greengrape.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Great grape escape' },
bubu_seasaltcoconut = { name = 'bubu_seasaltcoconut', label = 'Sea Salt Coconut', weight = 1, type = 'item', image = 'bubu_seasaltcoconut.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Salty nutty cut' },
bubu_toffee = { name = 'bubu_toffee', label = 'Toffee', weight = 1, type = 'item', image = 'bubu_toffee.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Sticky tricky' },
bubu_sesamebean = { name = 'bubu_sesamebean', label = 'Sesame Bean', weight = 1, type = 'item', image = 'bubu_sesamebean.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Lean bean dream' },
bubu_chestnutcocoa = { name = 'bubu_chestnutcocoa', label = 'Chestnut Cocoa', weight = 1, type = 'item', image = 'bubu_chestnutcocoa.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Nutty cocoa flow' },
bubu_baba = { name = 'bubu_baba', label = 'Baba', weight = 1, type = 'item', image = 'bubu_baba.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Cha cha baba' },
bubu_dada = { name = 'bubu_dada', label = 'Dada', weight = 1, type = 'item', image = 'bubu_dada.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'La la dada' },
bubu_duoduo = { name = 'bubu_duoduo', label = 'Duoduo', weight = 1, type = 'item', image = 'bubu_duoduo.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Cool duo flow' },
bubu_hehe = { name = 'bubu_hehe', label = 'Hehe', weight = 1, type = 'item', image = 'bubu_hehe.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Haha hehe' },
bubu_ququ = { name = 'bubu_ququ', label = 'Ququ', weight = 1, type = 'item', image = 'bubu_ququ.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Bubu ququ boo' },
bubu_sisi = { name = 'bubu_sisi', label = 'Sisi', weight = 1, type = 'item', image = 'bubu_sisi.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Missy sisi' },
bubu_zizi = { name = 'bubu_zizi', label = 'Zizi', weight = 1, type = 'item', image = 'bubu_zizi.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Zesty zizi' },
Last updated
Was this helpful?