ed
This commit is contained in:
parent
7533584a53
commit
c6be40ffbd
18 changed files with 1492 additions and 3 deletions
9
resources/[jobs]/[crime]/r_moneywash/webhook.lua
Normal file
9
resources/[jobs]/[crime]/r_moneywash/webhook.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
-- _ _ _
|
||||
-- __ _____| |__ | |__ ___ ___ | | __
|
||||
-- \ \ /\ / / _ \ '_ \| '_ \ / _ \ / _ \| |/ /
|
||||
-- \ V V / __/ |_) | | | | (_) | (_) | <
|
||||
-- \_/\_/ \___|_.__/|_| |_|\___/ \___/|_|\_\
|
||||
Cfg.Webhook = {
|
||||
Enabled = true, -- Webhook Logs (true: enabled, false: disabled)
|
||||
Url = 'YOUR_WEBHOOK_HERE', -- Webhook URL
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue