mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 11:01:43 +00:00
chore(style): change indentation
This commit is contained in:
+19
-20
@@ -1,36 +1,35 @@
|
||||
Config = {}
|
||||
|
||||
Config.DrawDistance = 100
|
||||
Config.Size = {x = 1.5, y = 1.5, z = 1.5}
|
||||
Config.Color = {r = 0, g = 128, b = 255}
|
||||
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.Zones = {
|
||||
|
||||
GunShop = {
|
||||
legal=0,
|
||||
legal = 0,
|
||||
Items = {},
|
||||
Pos = {
|
||||
{x = -662.180053710938, y =-934.961120605469, z = 20.8292293548584},
|
||||
{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}
|
||||
|
||||
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,
|
||||
|
||||
BlackWeashop = {
|
||||
legal = 1,
|
||||
Items = {},
|
||||
Pos = {
|
||||
{x = -1306.23986816406, y =-394.018707275391, z = 35.6958122253418}
|
||||
|
||||
Pos = {
|
||||
{ x = -1306.239, y = -394.018, z = 35.695 },
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user