qs-inventory
['crutch'] = {
['name'] = 'crutch',
['label'] = 'Crutch',
['weight'] = 250,
['type'] = 'item',
['image'] = 'crutch.png',
['unique'] = false,
['useable'] = true,
['shouldClose'] = true,
['rare'] = 'common', -- common, epic, legendary
['description'] = 'A medical crutch used to walk after an injury.'
},esx_inventory
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('crutch', 'Crutch', 250, 0, 1);qb-inventory
['crutch'] = { ['name'] = 'crutch', ['label'] = 'Crutch', ['weight'] = 250, ['type'] = 'item', ['image'] = 'crutch.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A medical crutch used to walk after an injury.' },ox_inventory
['crutch'] = {
label = 'Crutch',
weight = 250,
stack = true,
close = true,
description = 'A medical crutch used to walk after an injury.'
},


