🗒ī¸Config

Config = {}

--------------------------
-- Utility
--------------------------
Config.Core = "qb-core" -- Your qb-core folder name
Config.Target = "qb-target" -- "qb-target" or "ox_target"
Config.Fuel = "ps-fuel" -- "ps-fuel" / "LegacyFuel"
Config.CallsCops = true -- Enable calling the cops when steal fuel?
Config.Chance = 50 -- 50% Chance to call the cops
Config.StealingTime = 10000 -- 10s Progressbar when you are stealing the fuel
Config.PetrolCan = "weapon_petrolcan" -- Item of petrol can
Config.ShopLocation = vector3(-459.86, -63.69, 43.51) -- Location of the shop to buy the utility to steal fuel
Config.Dispatch = "ps" -- "ps" / "cd" / "qs"
Config.Menu = "ox" -- "qb" or "ox"
Config.Inventory = "qb" -- "qb" or "ox"
Config.MoneyItem = "cash" -- "cash" or "money" | Valid only if you use ox_inventory 

Config.Blip = {
    Enable = true,
    Location = vector3(-462.795, -66.5747, 44.511),
    Sprite = 467,
    Display = 4,
    Scale = 0.7,
    Name = "Buy Equipament",
}

Config.Peds = {
    {type = 4, hash = GetHashKey("s_m_m_gaffer_01"), x = -459.86,  y = -63.69,  z = 43.51, h = 42.21}, -- Los Santos
}

Config.Shop = {
    [1] = {
        item = "hose",
        price = 450,
        type = "cash",
    },
}


Last updated