29.08.2015, 20:18
At
What is this.. IDk what is CarsLoad var but thats the issue.. Depending in your debugging it means that the loop didn't work.
Try doing it as:
PHP код:
for(new i; i != CarsLoad;i++)
Try doing it as:
PHP код:
for(new i; i < CarsLoad;i++)