Quasar Store Logo

Inventory Items

This section includes the complete item list for the script, ready to be integrated into the most popular inventory systems. Each item is properly configured with its name, label, and parameters to ensure full compatibility and seamless functionality within your server’s inventory setup.

qs-inventory

['mechanic_tablet'] = { ['name'] = 'mechanic_tablet', ['label'] = 'Mechanic Tablet', ['weight'] = 1000, ['type'] = 'item', ['image'] = 'mechanic_tablet.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Digital tablet for managing your mechanic shop', ['client'] = { ['export'] = 'qs-mechanic-creator.mechanic_tablet' } }, ['repairkit'] = { ['name'] = 'repairkit', ['label'] = 'Repair Kit', ['weight'] = 500, ['type'] = 'item', ['image'] = 'repairkit.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A kit containing tools to repair vehicle body damage', ['client'] = { ['export'] = 'qs-mechanic-creator.repairkit' } }, ['rope'] = { ['name'] = 'rope', ['label'] = 'Rope', ['weight'] = 300, ['type'] = 'item', ['image'] = 'rope.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A sturdy rope for flipping vehicles', ['client'] = { ['export'] = 'qs-mechanic-creator.rope' } }, ['sponge'] = { ['name'] = 'sponge', ['label'] = 'Sponge', ['weight'] = 100, ['type'] = 'item', ['image'] = 'sponge.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A sponge for washing vehicles', ['client'] = { ['export'] = 'qs-mechanic-creator.sponge' } }
esx_inventory

qb-inventory

ox_inventory