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

['bunker_supplies'] = { name = 'bunker_supplies', label = 'Bunker Supplies', weight = 1000, type = 'item', image = 'bunker_supplies.png', unique = false, useable = false, shouldClose = true, description = 'Supplies for bunker operations' }, ['bunker_stock'] = { name = 'bunker_stock', label = 'Bunker Stock', weight = 2000, type = 'item', image = 'bunker_stock.png', unique = false, useable = false, shouldClose = true, description = 'Processed goods from bunker production' },
esx_inventory

qb-inventory

ox_inventory

['bunker_supplies'] = { label = 'Bunker Supplies', weight = 1000, stack = true, close = true, description = 'Supplies for bunker operations' }, ['bunker_stock'] = { label = 'Bunker Stock', weight = 2000, stack = true, close = true, description = 'Processed goods from bunker production' },