forked from dux1993/fxserver-esx_weashops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.lua
37 lines (32 loc) · 1.1 KB
/
config.lua
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
Config = {}
Config.DrawDistance = 100
Config.Size = { x = 1.5, y = 1.5, z = 1.5 }
Config.Color = { r = 0, g = 128, b = 255 }
Config.Type = 1
Config.Locale = 'fr'
Config.EnableLicense = true -- only turn this on if you are using esx_license
Config.LicensePrice = 5000
Config.Zones = {
GunShop = {
legal = 0,
Items = {},
Pos = {
{ x = -662.180, y = -934.961, z = 20.829 },
{ x = 810.25, y = -2157.60, z = 28.62 },
{ x = 1693.44, y = 3760.16, z = 33.71 },
{ x = -330.24, y = 6083.88, z = 30.45 },
{ x = 252.63, y = -50.00, z = 68.94 },
{ x = 22.09, y = -1107.28, z = 28.80 },
{ x = 2567.69, y = 294.38, z = 107.73 },
{ x = -1117.58, y = 2698.61, z = 17.55 },
{ x = 842.44, y = -1033.42, z = 27.19 },
}
},
BlackWeashop = {
legal = 1,
Items = {},
Pos = {
{ x = -1306.239, y = -394.018, z = 35.695 },
}
},
}