-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.lua
More file actions
32 lines (29 loc) · 922 Bytes
/
config.lua
File metadata and controls
32 lines (29 loc) · 922 Bytes
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
-- Craquer par Korioz#3310 --
-- Debug + ajout du BanSql par Pots#0106 --
Config = {}
Config.webhook = exports['serverdata']:GetData('webhook')
Locale = {
banlistloaded = "La BanList a été chargé avec succès.",
reason = "Raison",
noreason = "Raison Indéterminée",
during = "pendant",
isban = "a été ban",
isunban = "a été déban",
invalidid = "ID incorrect",
invalididentifier = "Impossible de vous identifier, merci de réouvrir FiveM.",
invalidtime = "Durée du bannissement incorrecte",
yourban = "Vous avez été banni",
youban = "Vous avez banni",
permban = "permanent",
timeleft = "Temps Restant",
day = "Jours",
hour = "Heures",
minute = "Minutes",
by = "par",
ban = "Bannir un joueur qui est en ligne",
banoff = "Bannir un joueur qui est hors ligne",
timehelp = "Durée (heures)",
licenseid = "LicenseID"
}
-- Craquer par Korioz#3310 --
-- Debug + ajout du BanSql par Pots#0106 --