forked from esx-community/esx_joblogs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.lua
16 lines (16 loc) · 824 Bytes
/
config.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Config = {}
Config.Locale = 'fr'
Config.EnableDiscordLink = false -- only turn this on if you want link the log to a discord
Config.green = 56108
Config.grey = 8421504
Config.red = 16711680
Config.orange = 16744192
Config.blue = 2061822
Config.purple = 11750815
Config.webhookadmin = "DiscordApiWebhookHere"
Config.webhookambulance = "https://discordapp.com/api/webhooks/473571126690316298/oJZBU9YLz9ksOCG_orlf-wpMZ2pkFedfpEsC34DN_iHO0CBBp6X06W3mMJ2RvMMK7vIO"
Config.webhookconcess = "DiscordApiWebhookHere"
Config.webhookmecano = "DiscordApiWebhookHere"
Config.webhookpolice = "DiscordApiWebhookHere"
Config.webhooksheriff = "DiscordApiWebhookHere"
Config.webhooktaxi = "DiscordApiWebhookHere"