How to remove minimap marker on NPC
#2

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


Messages In This Thread
How to remove minimap marker on NPC - by MichiCZ - 11.04.2019, 21:41
Re: How to remove minimap marker on NPC - by Freaksken - 11.04.2019, 22:00

Forum Jump:


Users browsing this thread: 1 Guest(s)