Installation
Basic installation instructions for this script
ESX Inventory
INSERT INTO items (name, label, weight, rare, can_remove) VALUES ("pokertable", "Poker Table", 1, 0, 1);QB Inventory
['pokertable'] = {['name'] = 'pokertable', ['label'] = 'Poker Table', ['weight'] = 1, ['type'] = 'item', ['image'] = 'pokertable.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = true, ['description'] = 'Unique poker table'},OX Inventory
['pokertable'] = {
label = 'Poker Table',
weight = 100,
stack = true,
close = true,
},Last updated