When the server fall it's stuck instead to fall !! :O
#5

While-loops are notorious for causing infinite loops, it's not very common in for-loops. These are some very quick examples about infinite for-loops:
pawn Код:
for( ; ; ) {}

for(new i; i < MAX_PLAYERS; i++)
{
    --i;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)