HTV Studio
  • HTV Studio
  • HTV ADVANCED ZOMBIE EXPERIENCE
    • 💡Installation
    • ✨Config
    • ❔FAQ
  • Advanced Safezone
    • 💡Installation
    • ✨Config
Powered by GitBook
On this page
  1. Advanced Safezone

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
PreviousInstallation

Last updated 1 year ago

✨