01.02.2019, 19:10
You only can add values to the interator to it's size ( new Iterator:Example<32>; )
For example:
Only theese numbers added for me
Sorry for my english
For example:
Код:
hook OnScriptInit() { new Iterator:Example<32>; for(new idx; idx < 32; idx++) { new index = random(128); Iter_Add(Example, index); } foreach(new id : Example) printf("%i", id); }
Код:
11 14 18 23