11.04.2019, 22:00
If you want to disable the player icon on the mini map for ALL players, you can just use this:
instead of this:
Код:
SetPlayerColor(playerid, 0xFFFFFF00);
Код:
for(new i = 0; i < MAX_PLAYERS; i++) { SetPlayerMarkerForPlayer(i, playerid, 0xFFFFFF00); }