Posts: 752
Threads: 87
Joined: Jul 2010
Reputation:
0
is it possible to toggle a players map, or toggle player icon on the mini map so nobody can see icons.
thanks in advance
Posts: 85
Threads: 14
Joined: Oct 2010
Reputation:
0
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.
Posts: 560
Threads: 32
Joined: Aug 2010
Reputation:
0
Just ShowPlayerMarkers(0); on game mode init