-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.lua
More file actions
75 lines (66 loc) · 1.62 KB
/
config.lua
File metadata and controls
75 lines (66 loc) · 1.62 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
63
64
65
66
67
68
69
70
71
72
73
74
75
Config = {}
Config.Lang = "EN"
Config.KeyNoClip = 57
Config.KeyOpenMenuAdmin = 56
Config.Group = 'superadmin'
Config.KeyNoClipV1 = true
Config.KeyNoClipV2 = false
Config.vehicleGunVehicle = "tankercar"
Config.NearPlayerTime = 500
Config.Command = 'users'
Config.AllowedGroups = {
'mod',
'admin',
'superadmin'
}
Config.TextSize = 1.5
Config.DrawDistance = 70
Config.Text = {
["FR"] ={
Discord = "discord.gg/huaCDYjXSE",
SPAdmin = "SP Admin V3",
SPAdmin2 = "To see the list of players",
me = "No Clip / GodMod and Others",
Teleports = "Teleports",
Weapon = "Weapon",
Weapon2 = "Weapon",
Car = "Car",
Player = "Player",
Report = "Report",
Ped = "Ped",
Listofplayers = "List of players",
Admin = "Admin",
me2 = "Me",
Admin2 = "Ban / Kick / Player Name",
sellmenuspweedec = " : ~o~"
},
["EN"] = {
Discord = "discord.gg/huaCDYjXSE",
SPAdmin = "SP Admin V3",
SPAdmin2 = "To see the list of players",
me = "No Clip / GodMod and Others",
Teleports = "Teleports",
Weapon = "Weapon",
Weapon2 = "Weapon",
Car = "Car",
Player = "Player",
Report = "Report",
Ped = "Ped",
Listofplayers = "List of players",
Admin = "Admin",
me2 = "Me",
Admin2 = "Ban / Kick / Player Name",
tpmarker = "TP Marker",
noclip = "NoClipV1",
noclipv2 = "NoClipV2",
godmod = "GodMod",
Crosshair = "Crosshair",
FastSprint = "Fast Sprint",
FastSwim = "Fast Swim",
SuperJump = "Super Jump",
InfiniteStamina = "Infinite Stamina",
weather = "weather",
weather2 = "weather2",
sellmenuspweedec = " : ~o~"
}
}