ds-drilling
Unique and Advance Oil Drilling Job with responsive UI and Compatible with any QBCore and ESX server.
Last updated
Unique and Advance Oil Drilling Job with responsive UI and Compatible with any QBCore and ESX server.
Last updated
['kerosene'] = {
['name'] = 'kerosene',
['label'] = 'kerosene',
['weight'] = 0,
['type'] = 'item',
['image'] = 'kerosene.png',
['unique'] = true,
['useable'] = true,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'oil'
},
['gasoline'] = {
['name'] = 'gasoline',
['label'] = 'gasoline',
['weight'] = 0,
['type'] = 'item',
['image'] = 'gasoline.png',
['unique'] = true,
['useable'] = true,
['shouldClose'] = false,
['combinable'] = nil,
['description'] = 'oil'
},INSERT INTO items (name, label, weight, rare, can_remove) VALUES ('kerosene', 'Kerosene', 1, 0, 1), ('gasoline', 'Gasoline', 2, 0, 1);