šŸ†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.

['usb_tuning'] = {
    label = "Tuning USB",
    weight = 50,
    stack = false,
    close = true,
    description = "Contains vehicle handling data linked to an ID.",
    client = {
        image = "usb_tuning.png"
    }
},

['tuning_tablet'] = {
    label = "Tuning Tablet",
    weight = 50,
    stack = false,
    close = true,
    description = "Your gateway to advanced vehicle tuning.",
    client = {
        image = "tuning_tablet.png"
    }
},

['police_tablet'] = {
    label = "Police Tablet",
    weight = 50,
    stack = false,
    close = true,
    description = "Allows police officers to inspect and detect vehicle modifications.",
    client = {
        image = "police_tablet.png"
    }
},

['suspension_controller'] = {
    label = "Suspension Controller",
    weight = 50,
    stack = false,
    close = true,
    description = "Adjusts suspension settings for off-road and performance tuning.",
    client = {
        image = "suspension_controller.png"
    }
},

šŸ’” 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