Item integration
rcore_tuning
Item Integrations
QBCore Installation Guide:
['tuning_component'] = {['name'] = 'tuning_component', ['label'] = 'Tuning component', ['weight'] = 100, ['type'] = 'item', ['image'] = 'item_component.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Tuning component'},ESX Installation Guide:
INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('tuning_component', 'Tuning component', 1, 0, 1);Ox Inventory Installation Guide:
Last updated