> For the complete documentation index, see [llms.txt](https://doc.var-fivem.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.var-fivem.com/autocardealer/configuration/blips.md).

# Blips

{% hint style="info" %}
To change blips, refer to the FiveM documentation directly
{% endhint %}

<https://docs.fivem.net/docs/game-references/blips/>

```lua
CarDealer = {
    Location = {
        {
            Blips = {
                Sprite = 570,
                Display = 4,
                Scale = 0.9,
                Colour = 3,
                String = "Catalog"
            }
        },
    },
    ShowBlips = false,
}
```
