forked from DmACKGL/qb-logs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.lua
53 lines (51 loc) · 1.09 KB
/
config.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Config = {}
Config.Webhooks = {
["default"] = "",
["playermoney"] = "",
["playerinventory"] = "",
["robbing"] = "",
["cuffing"] = "",
["drop"] = "",
["trunk"] = "",
["stash"] = "",
["glovebox"] = "",
["banking"] = "",
["vehicleshop"] = "",
["vehicleupgrades"] = "",
["shops"] = "",
["dealers"] = "",
["storerobbery"] = "",
["bankrobbery"] = "",
["powerplants"] = "",
["death"] = "",
["joinleave"] = "",
["ooc"] = "",
["report"] = "",
["me"] = "",
["pmelding"] = "",
["112"] = "",
["bans"] = "",
["anticheat"] = "",
["weather"] = "",
["moneysafes"] = "",
["bennys"] = "",
["bossmenu"] = "",
["robbery"] = "",
["casino"] = "",
["traphouse"] = "",
["911"] = "",
["palert"] = "",
}
Config.Colors = {
["default"] = 16711680,
["blue"] = 25087,
["green"] = 762640,
["white"] = 16777215,
["black"] = 0,
["orange"] = 16743168,
["lightgreen"] = 65309,
["yellow"] = 15335168,
["turqois"] = 62207,
["pink"] = 16711900,
["red"] = 16711680,
}