πŸ†Items

πŸ› οΈ Item Configuration | Ready-to-Use for QB & OX Inventory πŸš—

FRKN-Tuning comes with custom item images included in the script! Whether you're using QB-Inventory or OX Inventory, setup is simple and straightforward.


πŸ“¦ QB-Inventory Item Config

Add the following items to your QB-Inventory, allowing mechanics, police, and players to interact with the tuning system seamlessly.

usb_tuning = {
    name = "usb_tuning",
    label = "Tuning USB",
    weight = 50,
    type = "item",
    image = "usb_tuning.png",
    unique = true,
    useable = true,
    description = "Contains vehicle handling data linked to an ID."
},

tuning_tablet = {
    name = "tuning_tablet",
    label = "Tuning Tablet",
    weight = 50,
    type = "item",
    image = "tuning_tablet.png",
    unique = true,
    useable = true,
    description = "Your gateway to advanced vehicle tuning."
},

police_tablet = {
    name = "police_tablet",
    label = "Police Tablet",
    weight = 50,
    type = "item",
    image = "police_tablet.png",
    unique = true,
    useable = true,
    description = "Allows police officers to inspect and detect vehicle modifications."
},

suspension_controller = {
    name = "suspension_controller",
    label = "Suspension Controller",
    weight = 50,
    type = "item",
    image = "suspension_controller.png",
    unique = true,
    useable = true,
    description = "Adjusts suspension settings for off-road and performance tuning."
},

πŸ“¦ OX-Inventory Item Config

For those using OX Inventory, simply add the following item definitions.


πŸ’‘ Why Use These Items?

βœ… Tuning Tablet: Unlocks handling and performance adjustments. βœ… USB Tuning: Save and transfer tuning setups between vehicles. βœ… Police Tablet: Officers can inspect vehicle modifications. βœ… Suspension Controller: Quickly adapt suspension for off-road or race conditions.

πŸš€ FRKN-Tuning makes vehicle customization effortless! Set up your items and start tuning! πŸ”§πŸ”₯

Last updated