01.01.2016, 13:01
If you're not using the Incognito's Streamer Plugin, download it.
Make sure all your objects are made by CreateDynamicObject.
Then add this line in OnGameModeInit:
This will increase the amount of objects the streamer will draw.
Make sure all your objects are made by CreateDynamicObject.
Then add this line in OnGameModeInit:
Код:
Streamer_MaxItems(STREAMER_TYPE_OBJECT, 1000);