Page cover

Config

cfg = {
    -- Company Settings
    company = {
        ped = 's_m_m_lifeinvad_01',
        location = vector4(-1269.11, -1153.96, 6.79, 113.99),
        name = 'G9 Clean Co.',
        blipSize = 0.7,
        blipColor = 3,
        blipSprite = 594,
        jobVehicle = 'sadler',
        vehicleLocation = vector4(-1273.15, -1158.42, 5.91, 113.52),
        returnCar = vector3(-1283.38, -1155.57, 5.67)
    },

    carFine = 300,

    useTarget = true,

    cancelCommand = 'canceljob'
}


function notify(text,types)
    local G9 = exports["G9-core"]:core()
    local fw = exports["G9-core"]:getFw()
    if fw then
        G9.Functions.Notify(text,types)
    else
        G9.ShowHelpNotification(text,types)
    end
end



Last updated