25.01.2009, 02:18
You've been given all the information you need. None the less, enjoy:
Please note that it isn't the line causing it, that's the return.
pawn Код:
{
goto next;
}
}
}
return 1;
next: // <= warning here
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(PlayerInfo[i][cjoin] == true)
{