[FilterScript] Players on the map [0.3d RC5-3][BETA VERSION]
#5

pawn Код:
for(new i; i<MAX_PLAYERS; i++)
        {
                if(UseMap[i] == 1 && IsPlayerConnected(i))
                {
                    for(new j; j<MAX_PLAYERS; j++)
                    {
                        if(IsPlayerConnected(j))
                        {
Why 2 the same loops?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)