add auto check for ps/lj-inv

This commit is contained in:
Jim Shield
2024-01-22 14:41:38 +00:00
committed by GitHub
parent 8cf4a6bd23
commit 5ae4799a5f

View File

@@ -1,5 +1,8 @@
Items, Vehicles, Jobs, Gangs, Core, ESX = {}, nil, nil, nil, nil, nil
if GetResourceState("ps-inventory"):find("start") then Exports.QBInv = "ps-inventory" end
if GetResourceState("lj-inventory"):find("start") then Exports.QBInv = "lj-inventory" end
OXLibExport = Exports and Exports.OXLibExport or ""
QBXExport = Exports and Exports.QBXExport or ""