Posts: 422
Threads: 92
Joined: May 2014
Reputation:
0
Hello,
i have a bug; objects only load when i'm like Really close.
Anyone know this bug, some idea on how to fix it?
Posts: 1,266
Threads: 6
Joined: Oct 2014
Quote:
Originally Posted by justjamie
The weird thing;
Sometimes it loads everything good, sometimes not.
??
|
You're using CreateObject some where, be sure to change them all To CreateDynamicObject.
Posts: 1,266
Threads: 6
Joined: Oct 2014
Quote:
Originally Posted by justjamie
Cant i use them both?
|
No, CreateObject are limited 1000 or 2000 idk how much it was xd, CreateDynamicObject will create the objects just when you're near them but CreateObject will keep them at thir positions so it will get slots from CreateDynamicObjects and let them load slower
Posts: 1,266
Threads: 6
Joined: Oct 2014
Search for every CreateObject and change it to CreateDynamic, be sure you just have CreateDynamicObjects, if you already did that then I run out of ideas :c
Posts: 110
Threads: 17
Joined: Mar 2016
Static objects (CreateObject) 1000.
Streamer objects don't have a precise limit, but nothing is infinite.
Regards.