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

esx_inventory

qb-inventory

ox_inventory

This guide explains how to register a new throwable item in ox_inventory, using a custom weapon example called WEAPON_ACIDPACKAGE.



File: usually found in data/items.lua or your custom items definition file.

['WEAPON_ACIDPACKAGE'] = { label = 'Newspaper', weight = 0, throwable = true, }