🛠ī¸Installation

qb-core/shared/items.lua

["runrepairkit"] = {["name"] = "runrepairkit", 	["label"] = "Repair Kit", ["weight"] = 50, 	["type"] = "item", 	["image"] = "runrepairkit.png", 					["unique"] = false,   	["useable"] = true,    		["shouldClose"] = false,    ["combinable"] = nil,   ["description"] = ""},

qb-radialmenu/config.lua

- Inside the ["mechanic"] = {

{
    id = 'mechanicrun',
    title = 'Obtain Service',
    icon = 'triangle-exclamation',
    type = 'client',
    event = 'm-MechanicRun:Client:StartMechanicRun',
    shouldClose = true
},
{
    id = 'mechanicrunrepair',
    title = 'Repair Car',
    icon = 'car',
    type = 'client',
    event = 'm-MechanicRun:Client:RepairMechanicRun',
    shouldClose = true
},

Last updated