📦 QB to OX Item Converter

Convert QBCore items.lua to ox_inventory format

📥 QBCore Input

📁 Click to upload .lua file or drag & drop
📋 QB-Core Example:
weapon_pistol = { name = 'weapon_pistol', label = 'Walther P99', weight = 1000, type = 'weapon' }

📤 OX Output

📋 OX Format Result:
['weapon_pistol'] = { label = 'Walther P99', weight = 1000 }