Full View config.management.lua

Preview File Updated: v1.0.5 - 12.09.2024

-- β–ˆβ–„ β–„β–ˆ β–„β–€β–„ β–ˆβ–„ β–ˆ β–„β–€β–„ β–„β–€  β–ˆβ–ˆβ–€ β–ˆβ–„ β–„β–ˆ β–ˆβ–ˆβ–€ β–ˆβ–„ β–ˆ β–€β–ˆβ–€
-- β–ˆ β–€ β–ˆ β–ˆβ–€β–ˆ β–ˆ β–€β–ˆ β–ˆβ–€β–ˆ β–€β–„β–ˆ β–ˆβ–„β–„ β–ˆ β–€ β–ˆ β–ˆβ–„β–„ β–ˆ β–€β–ˆ  β–ˆ 

---@field AutomaticSellPercentageFromPrice: The percentage of the purchase price for which a player can automatically sell his parking lot.
Config.AutomaticSellPercentageFromPrice = 60


---@field ParkingsLimitPerPlayer: This will limit the number of parking lots owned as business per player.
--[[
    -1 = No limit
    0 = No parking can be purchased by a player
]]
Config.ParkingsLimitPerPlayer = -1

Last updated