JPResources Documentation
  • 👋Welcome to JPResources
  • Installation
    • 📲Phone System
      • Installation Page
        • QBCore
        • QBox
        • ESX
        • VRPex
      • Config File
      • Events & Commands
      • Custom APPs
      • Translations
      • Common Problems
      • Installation Video
    • 🏡Housing System
      • Installation Page
        • QBCore
        • QBox
        • ESX
      • Events & Commands
      • How to add MLO House
      • How to add SHELL Tier
      • Translations
      • Common Problems
    • 🎰Casino System
      • How to install
        • ESX
        • QBCore
        • QBox
      • Translations
      • Common Issues
    • 🚨MDT System
      • How to install
      • Events & Commands
      • Translations
    • 🏥EMS MDT System
      • How to install
      • Events & Commands
      • Translations
    • 🎒Inventory
      • How to install
      • Events & Commands
      • Translations
      • Common Issues
    • 🚘Vehicle Shops
      • Installation Page
        • QBCore
        • Qbox
        • ESX
      • Translations
    • 💰Business System
      • Installation Page
        • QBCore
        • Qbox
        • ESX
      • Translations
    • 💼Job System
      • Installation Page
        • QBCore
        • QBox
        • ESX
      • Translations
    • 📱Budget Phone
      • QBCore
    • ⚙️Crew System
      • QBCore
    • 👚Clothing System
      • QBCore
    • 🏢Garage System
      • Installation Page
        • QBCore
        • QBox
        • ESX
    • 👪Multichar
      • Installation Page
        • QBCore
        • ESX
    • 🔪Territories
      • Installation Page
        • QBCore
        • QBox
        • ESX
    • 🎒Backpack
      • QBCore
    • 💴Moneywash
      • Installation Page
        • QBCore
        • QBox
        • ESX
    • 🌊Poolcleaner Job
      • Installation Page
    • 🚗TDi Smoke
      • Installation Page
  • Support / Store
    • 🛠️Where i can find support and buy new scripts
    • 🛠️FiveM asset escrow errors
Powered by GitBook
On this page
  • My items are not saving after game restart
  • Replace qb-core exports:
  • Why i cant use items (specially food)
  • Attachments problems
  • I dont have any weapon draw animation!
  • I need to press 2 / 3 times on fast slot bind to pick an weapon
  1. Installation
  2. Inventory

Common Issues

PreviousTranslationsNextVehicle Shops

Last updated 2 months ago

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:

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

You should replace ALL entries of qb-inventory to jpr-inventory on your server, this ones are the minimum ones to inventory work as expected with saves.

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..

If the problem persists means you need to open jpr-inventory > configs > main_config.lua file and set Config.LatestQBCoreVersions = true instead of false!

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:

🎒
9KB
weapdraw.lua
9KB
weapdraw.lua