Version 2.x
This is for qb-inventory version 2.x or higher, you can verify it in the fxmanifest.lua
Go to
qb-inventory/fxmanifest.luaand replace the server_scripts table with this:
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/*.lua',
}Go to
qb-inventory/server/main.lualine 495, should look something like this:

Replace the following line:
With this:
Should look like this:

Download the following file and place it inside
qb-inventory/serverfolder
Last updated