Item integration
rcore_tuning
Item Integrations
QBCore Installation Guide:
Head to qb-core/shared/items.lua
Add this code snippet between
QBShared.Items = {
(found at the top of the file) and}
(found at the bottom of the file): \
Go to your respective inventory's image stash and add the
tuning_component
image (Image provided when rcore_tuning is downloaded from keymaster)You're all set!
ESX Installation Guide:
Run this SQL query:
You're all set!
Ox Inventory Installation Guide:
Head to ox_inventory/data/items.lua
Add this code snippet between
return {
(found at the top of the file) and}
(found at the bottom of the file):
Go to your ox_inventory/web/images and add the
tuning_component
image ensuring that the name is in uppercase (Image provided when rcore_tuning is downloaded from keymaster)You're all set!
Last updated