#ox_inventory
1 messages · Page 1 of 1 (latest)
Maybe you broke it with ur edit ?
What are u editing btw ?
probably because ox_inventory doesnt work with qbcore anymore
shops.lua
[script:ak4y-multicha] SCRIPT ERROR: citizen:/scripting/lua/scheduler.lua:750: SCRIPT ERROR: @qb-core/server/player.lua:493: No such export saveInventories in resource ox_inventory
[script:ak4y-multicha] > rawExecute (@oxmysql/dist/build.js:26154)
[script:ak4y-multicha] > processTicksAndRejections (node:internal/process/task_queues:96)
[script:ak4y-multicha]
[script:ak4y-multicha] > handler (@ak4y-multicharacter/server/open_server.lua:105)
[script:ak4y-multicha] > rawExecute (@oxmysql/dist/build.js:26154)
[script:ak4y-multicha] > processTicksAndRejections (node:internal/process/task_queues:96)
How do I solve this problem?
Go remove that line of code from the core
And it still will work
what exactly do I delete?
if GetResourceState('qb-inventory') == 'missing' then return end
exports['qb-inventory']:SaveInventory(source, false)
end```
in your qbcore/server/player.lua
I couldn't find it in my file
Line 597-600 on thr player.lua