Config
Setting up the Config-file
Add a new zone:
{
MiddlePoint = vector3(-1042.9900, -2746.2703, 21.3564),
radius = 50,
disableFiring = true,
sendInformation = true,
EnterMessage = 'Now you are at the Airport Safezone',
LeaveMessage = 'You left the Safezone'
},
Configure your Discord-Webhook:
SendDiscordWebhook = true,
Webhook = '',
whName = 'Safezone Alert',
whLogo = '',
WebhookCooldown = 10000, -- 10000 = 10s
Last updated