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

st_banana                  = { name = 'st_banana',        label = 'st_banana',        weight = 1, type = 'item', image = 'st_banana.png',        unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Banana que gana' },
st_cherry                  = { name = 'st_cherry',        label = 'st_cherry',        weight = 1, type = 'item', image = 'st_cherry.png',        unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Cherry que alegra el día' },
st_greenapple              = { name = 'st_greenapple',    label = 'st_greenapple',    weight = 1, type = 'item', image = 'st_greenapple.png',    unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Manzana verde que sorprende' },
st_kiwi                    = { name = 'st_kiwi',          label = 'st_kiwi',          weight = 1, type = 'item', image = 'st_kiwi.png',          unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Kiwi que da energía' },
st_lemon                   = { name = 'st_lemon',         label = 'st_lemon',         weight = 1, type = 'item', image = 'st_lemon.png',         unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Limón con buen sazón' },
st_mango                   = { name = 'st_mango',         label = 'st_mango',         weight = 1, type = 'item', image = 'st_mango.png',         unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Mango que cae blando' },
st_orange                  = { name = 'st_orange',        label = 'st_orange',        weight = 1, type = 'item', image = 'st_orange.png',        unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Naranja que nunca engaña' },
st_redapple                = { name = 'st_redapple',      label = 'st_redapple',      weight = 1, type = 'item', image = 'st_redapple.png',      unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Manzana roja que se antoja' },
st_strawberry              = { name = 'st_strawberry',    label = 'st_strawberry',    weight = 1, type = 'item', image = 'st_strawberry.png',    unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Fresa traviesa' },
st_watermelon              = { name = 'st_watermelon',    label = 'st_watermelon',    weight = 1, type = 'item', image = 'st_watermelon.png',    unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Sandía que te anima' },
st_fruitcats_box           = { name = 'st_fruitcats_box', label = 'st_fruitcats_box', weight = 1, type = 'item', image = 'st_fruitcats_box.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Caja que relaja' },

Last updated

Was this helpful?