mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Move files outside folder
This commit is contained in:
+42
@@ -0,0 +1,42 @@
|
||||
Config = {}
|
||||
Config.DrawDistance = 100.0
|
||||
Config.MaxInService = -1
|
||||
Config.EnablePlayerManagement = true
|
||||
|
||||
Config.Zones = {
|
||||
|
||||
MecanoActions = {
|
||||
Pos = {x = -205.90548706055, y = -1327.7248535156, z = 29.89040184021},
|
||||
Size = {x = 1.5, y = 1.5, z = 1.0},
|
||||
Color = {r = 204, g = 204, b = 0},
|
||||
Type = 1
|
||||
},
|
||||
|
||||
Garage = {
|
||||
Pos = {x = -97.5797576904297, y = 6496.11376953125, z = 30.4909038543701},
|
||||
Size = {x = 1.5, y = 1.5, z = 1.0},
|
||||
Color = {r = 204, g = 204, b = 0},
|
||||
Type = 1
|
||||
},
|
||||
|
||||
Craft = {
|
||||
Pos = {x = -196.51593017578, y = -1318.4403076172, z = 30.089345932007},
|
||||
Size = {x = 1.5, y = 1.5, z = 1.0},
|
||||
Color = {r = 204, g = 204, b = 0},
|
||||
Type = 1
|
||||
},
|
||||
|
||||
VehicleSpawnPoint = {
|
||||
Pos = {x = -157.7899017334, y = -1305.8979492188, z = 30.348382949829},
|
||||
Size = {x = 1.5, y = 1.5, z = 1.0},
|
||||
Type = -1
|
||||
},
|
||||
|
||||
VehicleDeleter = {
|
||||
Pos = {x = -182.78112792969, y = -1330.5368652344, z = 30.194892883301},
|
||||
Size = {x = 3.0, y = 3.0, z = 1.0},
|
||||
Color = {r = 204, g = 204, b = 0},
|
||||
Type = 1
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user