1
0
Fork 0
forked from Simnation/Main
Main/resources/[jobs]/[crime]/r_moneywash/webhook.lua
2025-07-20 22:06:58 +02:00

9 lines
382 B
Lua

-- _ _ _
-- __ _____| |__ | |__ ___ ___ | | __
-- \ \ /\ / / _ \ '_ \| '_ \ / _ \ / _ \| |/ /
-- \ V V / __/ |_) | | | | (_) | (_) | <
-- \_/\_/ \___|_.__/|_| |_|\___/ \___/|_|\_\
Cfg.Webhook = {
Enabled = true, -- Webhook Logs (true: enabled, false: disabled)
Url = 'YOUR_WEBHOOK_HERE', -- Webhook URL
}