26.10.2017, 20:03
Isn't that possible to do with foreach ?
I want to loop through the iterator but I want to start at a certain value.
Edit:
That break macros.
PHP код:
for(new i = random_number; i < MAX_HOUSE; i++)
Edit:
PHP код:
foreach(new i = random_number : Ite_Houses)
or
foreach(new i = random_number : Ite_Houses)