Page cover

Tuning Laptop (QBCORE)

Installation Guide Tuning Laptop for QBCORE

Please respect the dependency's and the guides to ensure that the resource works correctly.

Once installed from your keymaster account extract it to your desktop and then put it in your server files.

Once done go to your servers database and run the sql.sql file to add the tuning data to your database so that tune ups / remaps save to the car.

If you don't have the item in your server then go to qb-core > shared > items.lua and place the following.

['tunerlaptop'] 				 = {['name'] = 'tunerlaptop', 			    	['label'] = 'Tunerchip', 				['weight'] = 2000, 		['type'] = 'item', 		['image'] = 'tunerchip.png', 			['unique'] = true, 		['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'With this tunerchip you can get your car on steroids... If you know what you\'re doing'},

Last updated