This repository was archived by the owner on Sep 21, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.lua
More file actions
62 lines (56 loc) · 1.39 KB
/
config.lua
File metadata and controls
62 lines (56 loc) · 1.39 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Config = {}
Config = {
--Locale = 'fr', -- Language available: fr, soon
webhook = { -- LOGS DISCORD
Staffmodeon = "WEBHOOK HERE", -- MODE STAFF ON
Staffmodeoff = "WEBHOOK HERE", -- MODE STAFF OFF
teleport = "WEBHOOK HERE", -- BRING LOGS
teleportTo = "WEBHOOK HERE", -- GOTO LOGS
revive = "WEBHOOK HERE", -- REVIVE LOGS
kick = "WEBHOOK HERE", -- KICK/BAN LOGS
SendLogs = "WEBHOOK HERE", -- GENERAL LOGS
report = "WEBHOOK HERE" -- REPORT LOGS
},
Tennue = { -- VETEMENT
bag = 0,
bag2 = 0,
tshirt = 15,
tshirt2 = 2,
torso = 204,
torso2 = 5,
arms = 31,
pants = 87,
pants2 = 5,
shoes = 56,
shoes2 = 5,
mask = 0,
mask2 = 0,
bproof = 0,
chain = 0,
helmet = 62,
helmet2 = 0,
},
Grade = { -- Nom des grades
user = "Joueurs",
help = "Helpeur",
mod = "Modo",
admin = "Admin",
superadmin = "Super Admin",
owner = "owner",
_dev = "Fondateur",
},
COLOR = { -- Couleur des grade
user = "", --Laisser vide si vous voulez aucunes couleur
help = "~g~",
mod = "~p~",
admin = "~q~",
superadmin = "~r~",
owner = "~r~",
_dev = "~u~",
},
Touche = { -- TOUCHE MENU
Noclip = 170, --F3
Menu = 57, --F10
MenuReport = 344, --F11
}
}