Files
esx_core/config.lua
T
2018-10-01 20:24:06 +02:00

33 lines
767 B
Lua

Config = {}
Config.DrawDistance = 100.0
Config.Locale = 'fr'
Config.Jobs = {}
Config.PublicZones = {
EnterBuilding = {
Pos = { x = -118.21, y = -607.14, z = 35.28 },
Size = {x = 3.0, y = 3.0, z = 0.2},
Color = {r = 204, g = 204, b = 0},
Marker= 1,
Blip = false,
Name = _U('reporter_name'),
Type = "teleport",
Hint = _U('public_enter'),
Teleport = { x = -139.09, y = -620.74, z = 167.82 }
},
ExitBuilding = {
Pos = { x = -139.45, y = -617.32, z = 167.82 },
Size = {x = 3.0, y = 3.0, z = 0.2},
Color = {r = 204, g = 204, b = 0},
Marker= 1,
Blip = false,
Name = _U('reporter_name'),
Type = "teleport",
Hint = _U('public_leave'),
Teleport = { x = -113.07, y = -604.93, z = 35.28 },
}
}