2021-01-18, 02:35 PM
Hello, I had looked this forum but i can't found any tutorial / usage. Is there any comprehensive tutorial for iterator??
Like this;
https://github.com/karimcambridge/samp-f...oreach.inc
Like this;
PHP Code:
new Iterator:Test<10>;
Iter_Add(Test, 1);
Iter_Add(Test, 2);
Iter_Add(Test, 3);
foreach (new i : Test)?
{
? ?printf("%d", i);
}
https://github.com/karimcambridge/samp-f...oreach.inc