Targets

-----------------
-- Targets
-----------------
-- Warehouse Targets
Config["Warehouse"] = {
    vector3(128.54, -3008.97, 7.04),
    -- You can add more locations
}

-- Vehicles Targets
Config["Vehicles"] = {
    vector3(125.32, -3025.82, 7.04),
    -- You can add more locations
}

-- Duty Targets
Config["DutyLocation"] = {
    vector3(126.04, -3007.91, 7.04),
    -- You can add more locations
} 

-- Nitro Targets
Config["NitroLocation"] = {
    vector3(137.53, -3050.80, 7.04),
    -- You can add more locations
}

-- BossMenu Targets
Config["BossMenu"] = {
    vector3(125.36, -3014.76, 7.04),
    -- You can add more locations
}

-- Cloackroom Targets
Config["Cloackroom"] = {
    vector3(154.43, -3011.33, 7.04),
    -- You can add more locations
}

Config["Shop"] = {
    vector3(128.39, -3013.43, 7.03)
}

Last updated