Add this to qb-core/shared/items.lua or follow the inventory section if you do not use the shared
starter_box = {name = 'starter_box', label = 'Starter Gift Box', weight = 1000, type = 'item', image = 'giftbox.png', unique = false, useable = true, shouldClose = true, description = 'A gift box'}, gang_kit = {name = 'gang_kit', label = 'Gang Kit', weight = 1000, type = 'item', image = 'giftbox.png', unique = false, useable = true, shouldClose = true, description = 'A gift box'},
Last updated 13 days ago