Posts: 527
Threads: 179
Joined: Dec 2010
Reputation:
0
ERROR: Only the first 2500 objects could be created - object limit exceeded.
Posts: 1,826
Threads: 52
Joined: Feb 2012
Reputation:
0
Which streamer include do you use?
Posts: 1,794
Threads: 104
Joined: Feb 2012
Reputation:
0
Use dynamic objects instead of CreateObject.
Posts: 527
Threads: 179
Joined: Dec 2010
Reputation:
0
what is the best tape drive where many objects to do so in the game show!
Posts: 97
Threads: 15
Joined: Jul 2012
Reputation:
0
Use CreateDynamicObject instead of CreateObject, just replace the CreateObject to CreateDynamicObject. You won't need to do anything else.
Posts: 937
Threads: 106
Joined: Jan 2010
Reputation:
0
Use the Incognito streamer, then replace (Ctrl + H) all CreateObject with CreateDynamicObject.
Posts: 527
Threads: 179
Joined: Dec 2010
Reputation:
0
did as he said, go into the game and not one object does not appear that I did!
Posts: 556
Threads: 17
Joined: Mar 2014
Reputation:
0
Hillko, make sure the CreateDynamicObject or CreateObject are Under OnGameModeInIt.