06.03.2015, 13:22
How can I replace these functions to the standard samp functions?
Without using include foreach?
Without using include foreach?
Код:
Iter_Count(Test); parametr = Iter_Random(Test2); Iter_Remove(Test2, parametr); Iter_Clear(Test2); for( new i; i < MAX_PLAYERS; i++ ) Iter_Add(Test2, i);