Possible? - Streamer
#8

My code atm:

Code:
for(new i = 0; i < CountDynamicObjects(); i++)
{
    if(!IsValidDynamicObject(i)) continue;
    if(Streamer_GetIntData(STREAMER_TYPE_OBJECT, i, E_STREAMER_WORLD_ID) != WORLD_CSDM) continue;
	    
    DestroyDynamicObject(i);
}
I tried to optimize it a little bit. Still doesn't work, still lags.. Should I just give up this idea?
Reply


Messages In This Thread
Possible? - Streamer - by Deathlane - 21.05.2015, 07:06
Re: Possible? - Streamer - by Vince - 21.05.2015, 07:14
Re: Possible? - Streamer - by Deathlane - 21.05.2015, 07:23
Re: Possible? - Streamer - by Whizion - 21.05.2015, 07:40
Re: Possible? - Streamer - by Deathlane - 21.05.2015, 07:53
Re: Possible? - Streamer - by Gammix - 21.05.2015, 08:07
Re: Possible? - Streamer - by ball - 21.05.2015, 08:17
Re: Possible? - Streamer - by Deathlane - 21.05.2015, 10:14
Re: Possible? - Streamer - by ball - 21.05.2015, 11:40

Forum Jump:


Users browsing this thread: 1 Guest(s)