ds-atmrobbery
Unique ATM Robbery for qbcore and esx servers with VOLTlab Signal and Drilling Minigame.
Last updated
['thermite'] = {
['name'] = 'thermite',
['label'] = 'Thermite',
['weight'] = 1000,
['type'] = 'item',
['image'] = 'thermite.png',
['unique'] = false,
['useable'] = true,
'shouldClose'] = true,
['combinable'] = nil,
['description'] = 'Sometimes you\'d wish for everything to burn'
},
['drill'] = {
['name'] = 'drill',
['label'] = 'Drill',
['weight'] = 20000,
['type'] = 'item',
['image'] = 'drill.png',
['unique'] = false,
['useable'] = false,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'The real deal...'
},
INSERT INTO items (name, label, weight, rare, can_remove) VALUES ('drill', 'Drill', 1, 0, 1), ('thermite', 'Thermite', 2, 0, 1);