ylean_noflyzones

Config.zones - zones where helis will get shot down

Config.notificationText - set here the notification text you want to display after entering no fly zone

Config.minTime & Config.maxTime - the time elapsed between entering the zone and being shot down is randomized within the range of the minTime and maxTime variables. Set your preferred values for these variables.

Config = {}

Config.zones = {
    {x = 1847.916015625, y = 3675.8190917968, z = 33.767009735108},
    {x = -1688.43811035156, y = -1073.62536621094, z = 13.1521873474121},
    {x = -2195.1352539063, y = 4288.7290039063, z = 49.173923492432}
}

Config.notificationText = '⚠️ You have entered No-Fly Zone. you will get shot down shortly!⚠️'

Config.minTime = 5
Config.maxTime = 10

Last updated