Required Item
OX Inventory
If you are using OX Inventory to add the required item ⇒ ox_inventory/data/items.lua
["casinochips"] = {
label = "Casino Chips",
weight = 1,
stack = true,
close = false,
},
QBCore / QBox
If you are using QBCore || QBox to add the required item ⇒ qb-core/shared/items.lua || qbx_core/shared/items.lua
['casinochips'] = {['name'] = 'casinochips', ['label'] = 'Casino Chips', ['weight'] = 1, ['type'] = 'item', ['image'] = 'casinochips.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Casino Chips',
Last updated