21.02.2011, 14:47
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:
I don't want to use ShowPlayerMarkers(0); because I have to enable them somebody's for players.
Somebody see whats going wrong?
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)); }
Somebody see whats going wrong?