22.07.2017, 10:58
yes as I've mentioned above
this will count all the objects you got so the set array function will be in side a loop:
Quote:
also for loop length you can sue CountDynamicObjects function. |
PHP код:
new objects = CountDynamicObjects();
for(new i = 0; i < objects; i++)
{
Streamer_SetArrayData(STREAMER_TYPE_OBJECT, i, E_STREAMER_WORLD_ID, varworlds);
}