21.08.2012, 11:06
I did this a few times:
pawn Код:
new variable = 153;
while(variable > 0) {
// Do something here
// and forgets to decrement the variable
// infinite loop O_o
}