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
    • 🚨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
  • Download Resource
  • Dependencies Part
  • Config.lua
  • Personalize
  • Changes to Inventory and QBCore
  • Item Setup
  1. Installation
  2. Backpack

QBCore

Installation guide

PreviousBackpackNextMoneywash

Last updated 9 months ago

Download Resource

You will receive the script in profile, after this click in blue "download" button.

After download, put the script in your server files.

Remeber:

You need to be logged with the same cfx.re account you used to buy in my tebex store.

Dependencies Part

  • or or any qb inventory based script

Download all the scripts by clicking on their respective names, put them in the server files and start server.cfg.

Config.lua

Setup all config.lua to your needs, read all comments in green color to be more easier.

Personalize

This script is open source, you can edit files to your own needs, be happy!

Now pay attention and do everything right, the next steps are crucial for the script to work

Changes to Inventory and QBCore

qb-inventory / server / main.lua Default location ( Line 960 to 981 ) - this can change depending of inventory or version

Item Setup

Go to qb-core, shared, items.lua, replace phone item line to this ones:

['smallbackpack'] 				 = {['name'] = 'smallbackpack', 			  	  	['label'] = 'Small Backpack', 				['weight'] = 5000, 		['type'] = 'item', 		['image'] = 'smallbackpack.png', 		['unique'] = true, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Small backpack'},
['mediumbackpack'] 				 = {['name'] = 'mediumbackpack', 			  	  	['label'] = 'Medium Backpack', 				['weight'] = 6000, 		['type'] = 'item', 		['image'] = 'mediumbackpack.png', 		['unique'] = true, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Medium backpack'},
['reinforcedbackpack'] 				 = {['name'] = 'reinforcedbackpack', 			  	  	['label'] = 'Reinforced Backpack', 				['weight'] = 7000, 		['type'] = 'item', 		['image'] = 'reinforcedbackpack.png', 		['unique'] = true, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Reinforced backpack'},
['bigbackpack'] 				 = {['name'] = 'bigbackpack', 			  	  	['label'] = 'Big Backpack', 				['weight'] = 8000, 		['type'] = 'item', 		['image'] = 'bigbackpack.png', 		['unique'] = true, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Big backpack'},

Go to qb-core, shared, items.lua, replace phone item line to this ones:

smallbackpack = { name = 'smallbackpack', label = 'Small Backpack', weight = 5000, type = 'item', image = 'smallbackpack.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'Small backpack' }, 
mediumbackpack = { name = 'mediumbackpack', label = 'Medium Backpack', weight = 6000, type = 'item', image = 'mediumbackpack.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'Medium backpack' }, 
reinforcedbackpack = { name = 'reinforcedbackpack', label = 'Reinforced Backpack', weight = 7000, type = 'item', image = 'reinforcedbackpack.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'Reinforced backpack' }, 
bigbackpack = { name = 'bigbackpack', label = 'Big Backpack', weight = 8000, type = 'item', image = 'bigbackpack.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = 'Big backpack' }, 

All good. Ok i admit, this is more harder than Poolcleaner job instalation...

You need to add like this: Password is thanks.

🎒
keymaster.fivem.net
qb-core
qb-inventory
jpr-inventory
https://pastebin.com/QABrrhxF