Variable [index]
#2

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(...);
}
Reply


Messages In This Thread
Variable [index] - by lamarr007 - 07.01.2012, 19:05
Re: Variable [index] - by Norck - 07.01.2012, 19:33

Forum Jump:


Users browsing this thread: 1 Guest(s)