> For the complete documentation index, see [llms.txt](https://ahero-fivem-shop.gitbook.io/ahero.fivem-shop-gtav/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ahero-fivem-shop.gitbook.io/ahero.fivem-shop-gtav/ox-esx/amission/variable-_config.lua/blip.md).

# blip

Comment configurer mon blip ? Je ne sais pas comment m'y prendre.

## Point de départ

```lua
blip = {
   sprite = 106, -- l'icône du blip
   scale = 0.5, -- taille du blip
   color = 2,  -- couleur du blip
   label = "Burger" -- nom du blip
},
```

{% hint style="info" %}
Il est important de configurer correctement les informations pour votre blip. Consultez la documentation pour bien configurer votre blip en [cliquant ici](https://docs.fivem.net/docs/game-references/blips/).
{% endhint %}
