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.
- After AddBlipForCoord, call SetBlipSprite, SetBlipColour, and set a name.
- Create blips inside a thread that runs after the player has loaded.
- Double-check the coordinates are on the map.
- 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.