Sale Signs
Listed properties show an in-world sale sign at their entry. Sale signs are configured under Config.SaleSign in config.lua.
๐ชง Master Switch
Config.SaleSign.Enable = trueSet to false to hide all sale signs across the server.
๐จ Colors
Config.SaleSign.Colors = {
ForSale = '20763f', -- green โ personal SALE
ForRent = '2060a0', -- blue โ personal RENT
Sold = 'a02020', -- red โ after purchase
BusinessSale = '20763f', -- green โ agency SALE
BusinessRent = '1a5276', -- dark-blue โ agency RENT
}Each entry is a 6-character hex without #. Agency listings get their own colors to distinguish them from personal listings.
๐งโ๐ผ Agent Name
Config.SaleSign.ShowAgentName = trueShows the listing agent's character name on the sign. Disable to keep signs anonymous.
โ SOLD Sign
When enabled, a brief SOLD sign replaces the listing after purchase. SoldSignDuration is the time in seconds before it's removed (set to 0 to remove instantly).
๐ Render Distance
Metres at which the sign prop is spawned and despawned. Raise for visibility on open streets; lower for performance in dense areas.
Last updated