31.01.2015, 22:05
You don't need Iter_Init in this situation... remove it.
Iter_Init is used for multi dimensional arrays, you aren't using a multi dimensional array. Your array has 1 dimension.
Why are you even doing this?
Streamer_SetMaxItems(STREAMER_TYPE_OBJECT, MAX_OBJECTS);
--
Default maximum items: none (unlimited)
Default visible items: 500 (objects);
500 can't be increased due to sa-mp limit if your trying to do that
You really only want 2500 objects in your script?
Iter_Init is used for multi dimensional arrays, you aren't using a multi dimensional array. Your array has 1 dimension.
Why are you even doing this?
Streamer_SetMaxItems(STREAMER_TYPE_OBJECT, MAX_OBJECTS);
--
Default maximum items: none (unlimited)
Default visible items: 500 (objects);
500 can't be increased due to sa-mp limit if your trying to do that
You really only want 2500 objects in your script?