Files
esx_core/config.lua
T
2017-08-17 10:53:08 +02:00

29 lines
568 B
Lua

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.Zones = {
GunShop = {
legal=0,
Items = {},
Pos = {
{x = -662.180053710938, y =-934.961120605469, z = 20.8292293548584}
}
},
BlackWeashop = {
legal=1,
Items = {},
Pos = {
{x = -1306.23986816406, y =-394.018707275391, z = 35.6958122253418}
}
},
}