Step 6

Webhook

Quasar Gangwars brings a small private webhook system to monitor the area, drop and drug system completely outside of FiveM

To create our webhook we can follow the guide below by clicking here

go to qs-gangwars\server\custom\webhooks.lua

EnableWebhooks = { -- Enable or disable webhooks here.
    takeArea = false,
    collectItem = false,
    airdrop = false,
}

WebhookList = { -- Place your Discord webhooks here.
    ["takeArea"] = "",
    ["collectItem"] = "",
    ["airdrop"] = "",
}

Last updated