Files
esx_core/config.lua
T
LazarusOfTheFallen 013a370e0c Merge pull request #124 from JoeSzymkowiczFiveM/master
Added Marker Text display to config
2021-02-01 15:04:02 -06:00

17 lines
546 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.MarkerText = true
Config.RentModifier = 200 -- rent price: <property price> / <rent modifier> (rounded)
Config.SellModifier = 2 -- sell price: <property price> / <sell modifier> (rounded)
Config.Properties = {}
Config.EnablePlayerManagement = false -- If set to true you use esx_realestateagentjob
Config.Locale = 'en'