17.04.2011, 23:14
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:
would be happy about some help
regards.
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);
}
}
regards.