SA-MP Forums Archive
How do I delete player marker on the 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: How do I delete player marker on the map? (/showthread.php?tid=318903)



How do I delete player marker on the map? - Twinki1993 - 17.02.2012

Well I have an issue. Whenever I set someones color or w/e when they spawn there is their marker on the map. How do I make command like /removeme to make myself not visible on the minimap


Re: How do I delete player marker on the map? - ReneG - 17.02.2012

Under OnGameModeInit()

pawn Код:
ShowPlayerMarkers(0);



Re: How do I delete player marker on the map? - Madd Kat - 17.02.2012

https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer

Set the alpha to 00. To make invisible


Re: How do I delete player marker on the map? - Twinki1993 - 17.02.2012

Thanks!


Re: How do I delete player marker on the map? - Abreezy - 17.02.2012

pawn Код:
ShowPlayerMarkers(0);
https://sampwiki.blast.hk/wiki/ShowPlayerMarkers