Skip to content

Instantly share code, notes, and snippets.

@mikepauer
mikepauer / items.lua
Last active December 12, 2024 06:50
QBCore items.lua replacement to bring in ox_inventory items
---------------------------------------------------------------------
-- THIS FILE IS NOT USED FOR ITEMS ANY LONGER --
---------------------------------------------------------------------
QBShared = QBShared or {}
QBShared.Items = {}
local count = 0
print ('[QBCore] Converting Inventory Items')