Files
esx_core/config.lua
T
2020-02-03 11:12:55 +01:00

11 lines
445 B
Lua

Config = {}
Config.DrawDistance = 100
Config.MarkerSize = {x = 1.5, y = 1.5, z = 1.0}
Config.MarkerColor = {r = 102, g = 102, b = 204}
Config.RoomMenuMarkerColor = {r = 102, g = 204, b = 102}
Config.MarkerType = 1
Config.Properties = {}
Config.EnablePlayerManagement = false -- If set to true you use esx_realestateagentjob
Config.Locale = 'fr'