Posts: 438
Threads: 82
Joined: Apr 2011
Reputation:
0
i would like to aks something about the objects
how many CreateObjetcs we can add in server ?
and how many many CreateDynamicObjects we can add in server ?
if we add both objects on 1 gamemode so it should create problems ? or what
sometimes on my server CreateDynamicObjects not showing and CreateObjects showing Properly from too far
Posts: 392
Threads: 16
Joined: Aug 2012
Reputation:
0
You can create a LOT of CreateObjects, you may not want to use over 100 of CreateDynamicObjects because dynamic objects take more memory than the regular CreateObjects.
Posts: 438
Threads: 82
Joined: Apr 2011
Reputation:
0
hmmm you mean a limited range of CreateDynamicObjects ?
well who cares for more memory we just want to show all objects correctly ( i create a map i waste 15 days but that map is not showing all objects !!!
i test a thing about create objects " we can't use unlimited Create objects it's limited too
Posts: 392
Threads: 16
Joined: Aug 2012
Reputation:
0
When you open your server on a host, you will see what I'm talking about.
Posts: 438
Threads: 82
Joined: Apr 2011
Reputation:
0
i am using a host from last couple of years
and yes Createdynamicobject maps is lagging sometimes
Posts: 1,061
Threads: 29
Joined: Dec 2010
Reputation:
0
Make sure you've got incognito's object streamer,I think. I'm certain that it's faster for processing and loading objects for people.
Posts: 1,861
Threads: 103
Joined: Sep 2011
Reputation:
0
For the lag problem, check the post above me, and make sure the stream distance is not too high (as defined in the CreateDynamicObject function), like I stated in my other post.