ScriptsAboutBlogToolsKnowledge BaseReviewsFAQBasketDocsSupport
Gameplaywarning

Map blip not showing up

Also seen as: blip not showing fivem addblipforcoord not working missing map blip

What causes it

A blip was created but isn't visible — often because sprite/colour/name weren't set, the code ran before the map loaded, or the coordinates are wrong.

How to fix it

Set the blip's sprite, colour, and name after creating it, and create it after load.

  1. After AddBlipForCoord, call SetBlipSprite, SetBlipColour, and set a name.
  2. Create blips inside a thread that runs after the player has loaded.
  3. Double-check the coordinates are on the map.
  4. Confirm the resource creating the blip is actually started.

Related guides

Still stuck? We can help.

Viper Safe-Zone draws polygon safe zones in-game — no hand-edited coordinates — with weapon, combat and vehicle-speed rules per zone.