07.01.2012, 19:33
Do you mean loops? If so, then it will be like this:
pawn Код:
for(new index; index < 14; index++)
{
DestroyObject(barrel[index]);
barrel[index] = CreateObject(...);
}