For the complete documentation index, see llms.txt. This page is also available as Markdown.

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