SA-MP Forums Archive
Hide player marker does not work. - 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: Hide player marker does not work. (/showthread.php?tid=229356)



Hide player marker does not work. - KaleOtter - 21.02.2011

Ey, I tried to hide the player marker like the way they say on wiki.
But it doesnt work. I still see a white marker...
Wiki page: link
My code:
Код:
	for(new All = 0; All < MAX_PLAYERS; All++)
	{
		SetPlayerMarkerForPlayer(All, playerid, ( GetPlayerColor( playerid ) & 0xFFFFFF00));
	}
I don't want to use ShowPlayerMarkers(0); because I have to enable them somebody's for players.
Somebody see whats going wrong?


Re: Hide player marker does not work. - KaleOtter - 21.02.2011

Yes I did.