Files
esx_core/config.lua
T
nearbyplayer d95ac08d0a Multi-language support
Updated readme with proper clone link, and moved it to the front directory.
2017-08-15 14:59:46 -04:00

28 lines
563 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 = 'en'
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}
}
},
}