QBCore

Installation guide

Download Resource

You will receive the script in keymaster.fivem.net 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

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

You need to add like this: https://pastebin.com/QABrrhxF Password is thanks.

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'},

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

Last updated