mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-19 06:46:04 +01:00
add auto check for ps/lj-inv
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
Items, Vehicles, Jobs, Gangs, Core, ESX = {}, nil, nil, nil, nil, nil
|
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 ""
|
OXLibExport = Exports and Exports.OXLibExport or ""
|
||||||
|
|
||||||
QBXExport = Exports and Exports.QBXExport or ""
|
QBXExport = Exports and Exports.QBXExport or ""
|
||||||
|
|||||||
Reference in New Issue
Block a user