AC Unit Stealing Config

ACUnitStealingConfig = {}

ACUnitStealingConfig.Enabled = true -- If you want this module disabled set to false

ACUnitStealingConfig.JobSettings = { -- Job settings for ac unit stealing
    enabled = true, -- Are jobs enabled
    pedSettings = { -- Job ped settings
        model = "s_m_m_dockwork_01", -- Ped model
        coords = vector4(1064.04, -2412.68, 28.98, 357.31), -- Ped coords
        scenario = "WORLD_HUMAN_CLIPBOARD", -- Ped scenario
    },
    amountToSteal = 5, -- Amount of AC units to steal
    optionalPay = 500 -- Optional amount of pay for doing the job
}

ACUnitStealingConfig.ChancesBeforePoliceCall = 3 -- How many chances a player gets before police are called

ACUnitStealingConfig.Models = { -- What models you can steal from
    -1625667924,
    1709954128
}

ACUnitStealingConfig.Loot = { -- What loot can you get from the AC
    "freon_canister",
}

Last updated