Tuning Chip
Instructions on how to download and install the basics of Tuner Chip
Installation #
The product is completely standalone, you only need to have a "tunerchip" item on your server.
tunerchip = { name = 'tunerchip', 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' },
After adding it, don't forget to add the gymprotein.png image inside the cb-skills folder to the qb-inventory>html>images folder.
If you are using ESX, you need to do these operations for ESX. So, you need to add this item to your SQL database and upload the photo to your inventory.
If you want to change the item photo, just change its size to 96x96 and name it "tunerchip.png".
For the product to work, your server must have mythic_progbar, Please download from here:
If you do everything smoothly, you can access the menu using the /tunerchip command if you have a "tunerchip" item on you after entering the server.
Additionally, a new database is created for each chipped vehicle, meaning you can use 1 item for only 1 car. You can control chipped vehicles via db.json.
Last updated