mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Implemented pay when selling property, added prices to menu and more (desc)
- Improved dialogs, differnet for owning / renting - Updated locale names - Get half money back when selling - Added configurable rent & sell prices in config
This commit is contained in:
+13
-8
@@ -1,10 +1,15 @@
|
||||
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 = {}
|
||||
|
||||
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.RentModifier = 200 -- rent price: <property price> / <rent modifier> (rounded)
|
||||
Config.SellModifier = 2 -- sell price: <property price> / <sell modifier> (rounded)
|
||||
|
||||
Config.Properties = {}
|
||||
|
||||
Config.Properties = {}
|
||||
Config.EnablePlayerManagement = false -- If set to true you use esx_realestateagentjob
|
||||
Config.Locale = 'fr'
|
||||
Config.Locale = 'fr'
|
||||
|
||||
Reference in New Issue
Block a user