Common Issues

My items are not saving after game restart

This problem is directly linked to Replacing Exports/Events, if this is not done, script will not be called to load your player items.

How to solve?

Replace qb-core exports:

Open your qb-core resource on visual studio and replace this entries of qb-inventory to jpr-inventory:

qb-core > client > functions.lua

Before:

After:

qb-core > server > functions.lua

Before:

After:

qb-core > server > player.lua

Before:

After:

Why i cant use items (specially food)

Issue is exactly same as Replace qb-core exports:, but, instead of qb-core is on qb-smallresources:

qb-smallresources > server > consumables.lua

Before:

After:

qb-smallresources > client > consumables.lua

Replace all entries from qb-inventory to jpr-inventory.

It is always the same thing, nothing hard on this, just try to do it, pick your qb-smallresources resource, open each file we describe on above tabs, CRTL + F, search qb-inventory and replace it to jpr-inventory, just this..

Attachments problems

You just need to open jpr-inventory > configs > main_config.lua file and set Config.LatestQBCoreVersions = true instead of false.

If problem persists, please open a discord ticket to we help you figure out whats wrong with your qb-weapons.

I dont have any weapon draw animation!

Please add this file inside your qb-smallresources > client folder:

I need to press 2 / 3 times on fast slot bind to pick an weapon

This problem is SUPER RARE, but good news, we got you covered:

1 - Find your qb-weapons > client.lua > weapondraw.lua, please delete that file (BACKUP IT)

2 - Now you just need to add this file inside your qb-smallresources > client folder:

Last updated