Configuration

Config = {}

Config.Notify = "qb"                        -- okok = okokNotify or qb = QBCore Notify
Config.RepairLocations = {
    vector3(734.29, -1080.2, 22.17),        -- LS Customs
    vector3(922.59, -981.68, 39.5),         -- LS Tuners
    vector3(539.04, -177.14, 54.49),        -- Exotic Tuners
    vector3(539.04, -188.93, 54.48),        -- Exotic Tuners
}

Config.SetBlips = true              -- Enable/Disable Blips or disable in Config.Blips with "--"
Config.Blips = {
    { title = "Vehicle Repair", colour = 5, scale = 0.7, id = 402, x = 539.04, y = -188.93, z = 54.48 },
--  { title = "LS Vehicle Repair", colour = 5, scale = 0.5, id = 402, x = 922.59, y = -981.68, z = 39.5 },
}

Config.RepairSettings = {
    distance = 3,                   -- Distance between action of repairing vehicle
    repairtime = 5000,              -- Sets the repair time
    setpayment = true,              -- true will charge money from player / false will be free for everyone
    price = 100,                    -- Set the price for repairing the vehicle
    payment = "cash",               -- "cash" or "bank" // Always Cash recommend!
}

Config.RepairExtras = {
    setboxtext = true,
    setmarker = true,
    markerdist = 30.0,
    textdist = 2.0,
    markercolor = { r = 255, g = 250, b = 250 },
    markerscale = { x = 0.5, y = 0.5, z = 0.5, h = 0.1 },
    markerid = 2,
    soundvolume = 0.2,
}

Config.Lang = {
    ["repaircar_name"] = "Vehicle Repair",
    ["repair_car"] = "Repairing Vehicle...",
    ["box_text"] = "~y~VEHICLE REPAIRING",
    ["keypressed"] = "Press ~INPUT_CONTEXT~ to ~y~repair~s~ your car",
    ["successful"] = "You car has been repaired!",
    ["no_money"] = "You don't have enough money!",
}

Last updated