-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathconfig.lua
More file actions
49 lines (46 loc) · 1.9 KB
/
config.lua
File metadata and controls
49 lines (46 loc) · 1.9 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
Config = {}
Config = {
------------
ESXTrigger = "esx:getSharedObject",
------------
ColorMenuR = 255, -- Bannière couleur R
ColorMenuG = 11, -- Bannière couleur G
ColorMenuB = 11, -- Bannière couleur B
ColorMenuA = 150, -- Bannière couleur A
MenuPositionX = 0,
MenuPositionY = 0,
MenuName = "Final-Admin",
SubName = "Intéractions",
------------
AdminRanks = {"helper","mod","admin","superadmin","owner","_dev"}, --- Change for your server
------------
OpenMenu = 57, -- F10
NoclipKey = "F2",
------------
KeybindNoclip = true, -- Activation (true/false)
Report = true, -- Activation (true/false)
Warn = true, -- Activation (true/false)
------------
DiscordName = "Space-Dev",
DiscordLogo = "https://resize-europe1.lanmedia.fr/r/622,311,forcex,center-middle/img/var/europe1/storage/images/europe1/international/le-panda-geant-nest-plus-en-danger-mais-reste-menace-2837755/28733065-1-fre-FR/Le-panda-geant-n-est-plus-en-danger-mais-reste-menace.jpg", -- He must finish by .png or .jpg,
DiscordWebHook = "",
------------
---- perm menu categories
---- User your admin ranks line 16
Gestionsoi = {"helper","mod","admin","superadmin","owner","_dev"},
Vehicules = {"helper","mod","admin","superadmin","owner","_dev"},
joueurs = {"helper","mod","admin","superadmin","owner","_dev"},
reports = {"helper","mod","admin","superadmin","owner","_dev"},
warn = {"helper","mod","admin","superadmin","owner","_dev"},
peds = {"helper","mod","admin","superadmin","owner","_dev"},
------------
ColorCoords_R = 225,
ColorCoords_G = 55,
ColorCoords_B = 55,
ColorCoords_A = 255,
}
Config.TeleportOptions = {
Parking = {position = {x = 215.75, y = -788.75, z = 30.82}},
Comissariat = {position = {x = 414.47, y = -980.28, z = 29.45}},
Hopital = {position = {x = 282.57, y = -612.1, z = 43.29}},
}