24.11.2011, 15:08
But I don't want to destroy them one by one, because if players collect them all the Money_COllection, they will win a prize!
So, I prefer the loop. But how can I make it.
So, I prefer the loop. But how can I make it.
pawn Код:
for(new i=1; i<11; i++) {
// Then ?
}

