Problem loops.
#5

Is this loop, inside a loop?
pawn Код:
for(entry = 0; entry < MAXIMUM_OBJ; entry++)
{
    printf("Loop: %d", entry);
    if(ObjetsInfo[entry][PosX] == 0) break;
}
       
printf("Id: %d", entry);
Reply


Messages In This Thread
Problem loops. - by Baltimore - 27.10.2014, 19:19
Re: Problem loops. - by zT KiNgKoNg - 27.10.2014, 20:15
Re : Problem loops. - by Baltimore - 27.10.2014, 20:24
Re : Problem loops. - by Baltimore - 27.10.2014, 20:45
Re: Problem loops. - by Crayder - 27.10.2014, 21:34
Re : Problem loops. - by Baltimore - 27.10.2014, 21:36
Re : Problem loops. - by Baltimore - 27.10.2014, 22:30
Re: Problem loops. - by Vince - 27.10.2014, 22:41
Re: Re : Problem loops. - by nemesis- - 28.10.2014, 00:40
Re: Problem loops. - by Kimossab - 28.10.2014, 01:30

Forum Jump:


Users browsing this thread: 1 Guest(s)