> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_shops/hide-blip-on-minimap-map.md).

# Hide blip on minimap / map

If you do not wish to display a blip on minimap / map just change value for "sprite" to -1 which will remove the blip from the mentioned map.

```lua
blip = {
    pos = vector3(25.879409790039, -1352.1334228516, 29.334775924683),
    label = 'Dealer test',
    sprite = -1,
    color = 1,
},
```
