03.05.2009, 18:34
You have to create a loop and check if they are connected. By the way you're doing it right now it can select 155 for example, when there are only 20 people online.
The loop:
The loop:
pawn Код:
for(new i=0;i<MAX_PLAYERS;i++)
{
//stuff here
}

