Blips
Edit rcore_housing/configs/config.blips.lua to control which map blips appear and how they look.
๐ชง For Sale / For Rent
Config.Blips[PROPERTY_STATES.FOR_SALE] = {
enabled = false,
onlyShowIfListed = true,
sprite = 350,
color = 2,
scale = 0.6,
display = 4,
shortRange = false,
name = 'Property For Sale',
}Option
Description
enabled
Master toggle for this blip group.
onlyShowIfListed
Show the blip only when the property has an active marketplace listing.
sprite / color / scale
Standard FiveM blip styling.
display
2 = map only, 4 = map + minimap.
shortRange
When true, the blip is only visible up close.
For-rent blips share the same shape but default to color 5 (yellow).
๐ Owner / Tenant
These blips are placed at properties the local player owns or rents.
๐ข Building
BUILDING blips mark apartment complexes. They are always visible by default but short-range only.
Last updated