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.lua and replace the server_scripts table with this:

server_scripts {
    '@oxmysql/lib/MySQL.lua',
    'server/*.lua',
}
  • Go to qb-inventory/server/main.lua line 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/server folder

file-download
1KB

Last updated