SA-MP Forums Archive
Remove red blip from radar map - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Remove red blip from radar map (/showthread.php?tid=427982)



Remove red blip from radar map - elitesae - 04.04.2013

Im using SetPlayerCheckpoint, but i wanna remove the red blip on map, please help


Re: Remove red blip from radar map - Faisal_khan - 04.04.2013

AFAIK, you cannot remove it.


Re: Remove red blip from radar map - MP2 - 04.04.2013

There's no way to remove it.


Re: Remove red blip from radar map - Denying - 04.04.2013

DisablePlayerCheckpoint?

If you want the checkpoint to work just without the 'red blip' you can just use some callbacks and IsPlayerInRangeOfPoint.


Re: Remove red blip from radar map - MP2 - 04.04.2013

Quote:
Originally Posted by Denying
Посмотреть сообщение
DisablePlayerCheckpoint?

If you want the checkpoint to work just without the 'red blip' you can just use some callbacks and IsPlayerInRangeOfPoint.
He wants to remove the red blip; not the entire checkpoint.