qs-inventory
['scratchcard'] = {
['name'] = 'scratchcard',
['label'] = 'Scratch & Win',
['weight'] = 10,
['type'] = 'item',
['image'] = 'scratchcard.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['combinable'] = nil,
['description'] = 'A lottery scratchcard. Scratch the surface and test your luck — you might win some cash or nothing at all.'
},esx_inventory
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
('scratchcard', 'Scratch & Win', 10)
;qb-inventory
["scratchcard"] = { name = "scratchcard", label = "Scratch & Win", weight = 10, type = "item", image = "scratchcard.png", unique = false, useable = true, shouldClose = true, description = "A lottery scratchcard. Scratch the surface and test your luck — you might win some cash or nothing at all." },ox_inventory
["scratchcard"] = {
label = "Scratch & Win",
weight = 10,
stack = true,
},


