-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.lua
More file actions
37 lines (36 loc) ยท 1.24 KB
/
Copy pathconfig.lua
File metadata and controls
37 lines (36 loc) ยท 1.24 KB
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
---------------------------------------------------------
-------------- RealWorld - VRP UserList -----------------
-------------- https://discord.gg/realw -----------------
---------------------------------------------------------
Config = {}
Config.jobIcons = {
["person"] = "๐ฑ",
["newbie"] = "๐ฑ",
["ems"] = "๐",
["cop"] = "๐ฎ๐ป",
["uber"] = "๐",
["repair"] = "๐ง",
["shh"] = "โ",
["mafia"] = "๐",
["gm"] = "๐ง",
["tow"] = "โ",
["kys"] = "๐",
["helper"] = "๐ฅ",
["inspector"] = "๐ฐ",
["admin"] = "๐"
}
Config.categories = {
["all"] = {1, "์ ์ฒด", "๐จโโ๏ธ"},
["ems"] = {2, "EMS", Config.jobIcons.ems},
["cop"] = {3, "๊ฒฝ์ฐฐ", Config.jobIcons.cop},
["uber"] = {4, "ํ์", Config.jobIcons.uber},
["repair"] = {5, "์ ๋น๊ณต", Config.jobIcons.repair},
["shh"] = {6, "ํ์ฌํ", Config.jobIcons.shh},
["mafia"] = {7, "๋ฐฑ์ฌํ", Config.jobIcons.mafia},
["gm"] = {8, "ํผ์คํธ๋ ์นด", Config.jobIcons.gm},
["tow"] = {9, "๋ฆฌ์ผ๋ค์ด์", Config.jobIcons.tow},
["kys"] = {10, "๊ต์ ๋ณธ๋ถ", Config.jobIcons.kys},
["helper"] = {11, "์คํํ", Config.jobIcons.helper},
["admin"] = {12, "๊ด๋ฆฌ์", Config.jobIcons.admin}
}
Config.toggleKey = {289, 113}