Not able to see the opposite teams name tags?
#3

pawn Код:
for(new i;i<MAX_PLAYERS;i++)
{

    for(new x;x<MAX_PLAYERS;x++)
    {
        if(GetPlayerTeam(i) != GetPlayerTeam(x)
        {
            ShowPlayerNameTagForPlayer(x, i, false);
        }

    }

}
something like the above should work
must be done before they stream in for the players.

note untested.


[/pawn]
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)