23.01.2015, 11:47
Try to do it with a for for loop, this might be a better way to do it
PHP код:
for(new i = 1; i <= MAX_PLAYERS; i++)
{
Kick(i);
}