18.02.2012, 09:23
How can we hide player icon from map so other players can't able to see him on map.
can we able to set this for team. I mean only team mates able to see players other not?
|
for ( new i_playerid; i_playerid < MAX_PLAYERS; i_playerid++ )
{
if(gTeam[i_playerid] == gTeam[playerid]) continue;
SetPlayerMarkerForPlayer(playerid, i_playerid, 0xFFFFFF00);
}