23.02.2018, 13:41
You can play around with the relatively new Chunk Streaming feature of Incognito's Streamer (requires newest version, I think):
Enable chunk streaming and set a chunk rate and size for STREAMER_TYPE_OBJECT. The rate should be similar to the Streamer TickRate and the size is afaik the number of objects to stream in one chunk. Play around with the values to find the right settings.
Код:
native Streamer_ToggleChunkStream(toggle); native Streamer_IsToggleChunkStream(); native Streamer_GetChunkTickRate(type, playerid = -1); native Streamer_SetChunkTickRate(type, rate, playerid = -1); native Streamer_GetChunkSize(type); native Streamer_SetChunkSize(type, size);

