23.02.2011, 14:41
I still see a white marker. And this is the only way I found on forum and wiki to hide player marker.
And I don't want to use ShowPlayerMarkers because this will remove the markers. And I want to disable and enable them somethings for some players.
Код:
// OnPlayerconnect
SetPlayerColor(playerid, White);
for(new All = 0; All < MAX_PLAYERS; All++)
{
SetPlayerMarkerForPlayer(All, playerid, ( GetPlayerColor( playerid ) & 0xFFFFFF00));
}

