North Radar Blip (N)

Hi, there!
So, I searched and found that to remove the North Blip on the minimap you can use this:
RemoveBlip(GetNorthRadarBlip())
But what if I need to reactivate it? How should I do that?

Hi !

May could you use this native :

SetBlipDisplay(GetNorthRadarBlip(), 0)

To hide it, and the same one but by changing the p2 by the result of

GetBlipInfoIdDisplay(GetNorthRadarBlip())

To display it.

1 Like

Hi, thanks for the quick reply. But I found another way to do it:

SetBlipAlpha(GetNorthRadarBlip(), 0) -- to hide the blip

SetBlipAlpha(GetNorthRadarBlip(), 256) -- to show the blip