only teammates visible on radar
#1

hi,

damn is that really that hard?
I just cant get it done!
I want it like only ur own team members are visible on the radar map.
Ive tried smth. like this but it didnt work:

pawn Код:
//OnPlayerSpawn

    for(new i; i < MAX_PLAYERS; i++)
    {
    if(gTeam[i] == TEAM_POLICE)
    {
    SetPlayerMarkerForPlayer(i , playerid, 0xFFFFFF00);
    }
    else if(gTeam[i] == TEAM_TERRORISTS)
    {
    SetPlayerMarkerForPlayer(i ,playerid, 0xFFFFFF00);
    }
    }
would be happy about some help

regards.
Reply


Messages In This Thread
only teammates visible on radar - by BlackWolf120 - 17.04.2011, 23:14
Re: only teammates visible on radar - by iJumbo - 18.04.2011, 06:46
Re: only teammates visible on radar - by BlackWolf120 - 18.04.2011, 10:27
Re: only teammates visible on radar - by iJumbo - 18.04.2011, 10:31
Re: only teammates visible on radar - by Vince - 18.04.2011, 10:32
Re: only teammates visible on radar - by BlackWolf120 - 18.04.2011, 10:38
Re: only teammates visible on radar - by MP2 - 18.04.2011, 11:28
Re: only teammates visible on radar - by BlackWolf120 - 18.04.2011, 11:32
Re: only teammates visible on radar - by MP2 - 18.04.2011, 19:31
Re: only teammates visible on radar - by Gh0sT_ - 18.04.2011, 19:53

Forum Jump:


Users browsing this thread: 1 Guest(s)