16.11.2011, 14:17
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");