How can i do something like this?
#3

pawn Код:
for(new i = 0, j = GetMaxPlayers(); i < j; i++) {
    if(IsPlayerConnected(i))
        if(GetPlayerTeam(i) == team_1)
            for(new x = 0; x < j; x++)
                if(IsPlayerConnected(x))
                    if(GetPlayerTeam(x) == team_2)
                        HidePlayerForPlayer(x, i);
}
Reply


Messages In This Thread
How can i do something like this? - by Rudy_ - 28.09.2014, 11:02
Re: How can i do something like this? - by Scrillex - 28.09.2014, 11:05
Re: How can i do something like this? - by Cell_ - 28.09.2014, 12:53

Forum Jump:


Users browsing this thread: 1 Guest(s)