Toggle player map or toggle player icon - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Toggle player map or toggle player icon (
/showthread.php?tid=185582)
Toggle player map or toggle player icon -
Haydz - 25.10.2010
is it possible to toggle a players map, or toggle player icon on the mini map so nobody can see icons.
thanks in advance
Re: Toggle player map or toggle player icon -
Bogdanovic - 25.10.2010
Yes, if you want delete the icon of Player on the Mini Map, in
OnPlayerConnect insert this:
SetPlayerColor(playerid, 0xFFFFFF00);
PS: In the
Tab List the color of Player is White whit this code.
Re: Toggle player map or toggle player icon -
Voldemort - 25.10.2010
Just ShowPlayerMarkers(0); on game mode init
Re: Toggle player map or toggle player icon -
Bogdanovic - 25.10.2010
Quote:
Just ShowPlayerMarkers(0);
|
Done ^__^