Make team invisable on radar.
#6

pawn Code:
stock HideTeamMarkers(playerid)
{
    for(new x; x < MAX_PLAYERS; x++) if(IsPlayerConnected(x))
    {
        if(gTeam[x] == gTeam[playerid])
        {
            SetPlayerMarkerForPlayer(playerid, x, (GetPlayerColor(x) & 0xFFFFFF00));
            SetPlayerMarkerForPlayer(x, playerid, (GetPlayerColor(playerid) & 0xFFFFFF00));
        }
    }
    return 1;
}
Pop this under onplayerspawn

EDIT: WHY AM I SO LATE -.-
Reply


Messages In This Thread
Make team invisable on radar. - by Dustly - 18.12.2011, 03:51
Re: Make team invisable on radar. - by Calgon - 18.12.2011, 03:55
Re: Make team invisable on radar. - by Dustly - 18.12.2011, 04:09
Re: Make team invisable on radar. - by Calgon - 18.12.2011, 04:11
Re: Make team invisable on radar. - by Dustly - 18.12.2011, 04:16
Re: Make team invisable on radar. - by Lorenc_ - 18.12.2011, 04:17
Re: Make team invisable on radar. - by Dustly - 18.12.2011, 04:26
Re: Make team invisable on radar. - by jamesbond007 - 18.12.2011, 06:23
Re: Make team invisable on radar. - by Dustly - 18.12.2011, 06:59
Re: Make team invisable on radar. - by Dustly - 18.12.2011, 07:09

Forum Jump:


Users browsing this thread: 1 Guest(s)