Items
How to Configure Cinema Items in Your Inventory System
resources/[qb]/qb-core/shared/items.luaticket_cinema = {
name = 'ticket_cinema',
label = 'Ticket Cinema',
weight = 0,
type = 'item',
image = 'ticket_iceorink.png',
unique = true,
useable = false,
shouldClose = false,
description = 'Ticket to access the cinema'
},
popcorn = {
name = 'popcorn',
label = 'Popcorn',
weight = 0.15,
type = 'item',
image = 'popcorn.png',
unique = false,
useable = true,
shouldClose = false,
description = 'Popcorn'
},
cola = {
name = 'cola',
label = 'Cola',
weight = 0.15,
type = 'item',
image = 'cola.png',
unique = false,
useable = true,
shouldClose = false,
description = 'Cola'
},
claw_01 = {
name = 'claw_01',
label = 'Claw 01',
weight = 0.15,
type = 'item',
image = 'claw_01.png',
unique = false,
useable = true,
shouldClose = false,
description = 'a fun toy'
},
claw_02 = {
name = 'claw_02',
label = 'Claw 02',
weight = 0.15,
type = 'item',
image = 'claw_02.png',
unique = false,
useable = true,
shouldClose = false,
description = 'a fun toy'
},
claw_03 = {
name = 'claw_03',
label = 'Claw 03',
weight = 0.15,
type = 'item',
image = 'claw_03.png',
unique = false,
useable = true,
shouldClose = false,
description = 'a fun toy'
},
claw_04 = {
name = 'claw_04',
label = 'Claw 04',
weight = 0.15,
type = 'item',
image = 'claw_04.png',
unique = false,
useable = true,
shouldClose = false,
description = 'a fun toy'
},
claw_05 = {
name = 'claw_05',
label = 'Claw 05',
weight = 0.15,
type = 'item',
image = 'claw_05.png',
unique = false,
useable = true,
shouldClose = false,
description = 'a fun toy'
},
claw_06 = {
name = 'claw_06',
label = 'Claw 06',
weight = 0.15,
type = 'item',
image = 'claw_06.png',
unique = false,
useable = true,
shouldClose = false,
description = 'a fun toy'
},
princess = {
name = 'princess',
label = 'Princess',
weight = 0.15,
type = 'item',
image = 'princess.png',
unique = false,
useable = true,
shouldClose = false,
description = 'a fun toy'
},
-- put this in ( resources/[ox]/ox_inventory/data/items.lua )⚠️ Notes:
Last updated