Shared/zones.lua

-- | # You can get help from our document: https://thug.gitbook.io/documentation

Config.Delayed_Zones = { -- | # Alerts will send delayed in from the areas in this section!
    ['Paleto'] = {Coords = vector3(215.76, -810.12, 30.73), Distance = 50.0, Delay = 15},
    ['Sandy_Shores'] = {Coords = vector3(215.76, -810.12, 30.73), Distance = 50.0, Delay = 15},
}

Config.Whitelisted_Zones = { -- | # Alerts will not send out in any way from the zones in this section!
    ['Hunting_Zone'] = {Coords = vector3(295.12, -1446.95, 29.97), Distance = 40.0},
}

Config.Imaged_Zones = { -- | # If Alert is in one of these zones, it will go with the image you specify.
    ['24/7_Store'] = {Coords = vector3(378.5348, 328.0230, 103.5603), Distance = 10.0, Id = 'store.png'},
    ['Fleeca_Bank'] = {Coords = vector3(149.2236, -1040.3778, 29.3741), Distance = 10.0, Id = 'fleeca_bank.png'},
    ['Pacific_Bank'] = {Coords = vector3(261.5233, 222.5272, 106.2835), Distance = 10.0, Id = 'pacific_bank.png'},
    ['Vangelico'] = {Coords = vector3(-621.9707, -230.7760, 38.0570), Distance = 10.0, Id = 'vangelico.png'},
}

Last updated