01.01.2016, 12:22
There is a limit on CreateObject of 1000, if you have like 200 CreateObjects used in the script, then you have 800 slots left for the streamer to use as CreateDynamicObject, so I'd prefer you to use CreateDynamicObjects and remove all the CreateObjects from your script, which allows you to have maximum objects.