Need help with a loop
#5

Should this work:
pawn Код:
new vehids[212];
for(new x = 0;x < 212;x++)
{
    vehids[x] = 400 + x;
    printf("x val is now %d",400 + x);
}
print("Loop is done");
Reply


Messages In This Thread
Need help with a loop - by saker277 - 16.11.2011, 13:52
Re: Need help with a loop - by Sinner - 16.11.2011, 13:55
Re: Need help with a loop - by saker277 - 16.11.2011, 13:58
Re: Need help with a loop - by Sinner - 16.11.2011, 13:59
Re: Need help with a loop - by sabretur - 16.11.2011, 14:17

Forum Jump:


Users browsing this thread: 1 Guest(s)