26.11.2011, 15:00
That will hide radar blips from radar. To set Player COlor to same do it like this
pawn Код:
public OnPlayerConnect(playerid)
{
SetPlayerColor(playerid 0xFFFFFFFF); //replace it with your color code.
return 1;
}