Posts: 42
Threads: 7
Joined: Feb 2014
Reputation:
0
Hello i want to askq what is better for large gamemode with much maps what is have better drawdistance
please for answer
Sorry for maybe bad english
Posts: 150
Threads: 2
Joined: Mar 2012
Reputation:
0
They have different uses, neither is better.
CreateDynamicObjectEx will allow you to change the draw distance and show the object for a various worlds/interiors/players, whereas CreateDynamicObject has no option to change the draw distance and can only be used for either one world/interior/player or all.
Posts: 42
Threads: 7
Joined: Feb 2014
Reputation:
0
I want to see object closer to me . Can CDOEx help me?
Posts: 4,885
Threads: 57
Joined: Jun 2012
Reputation:
0
You will probably never need to ever use CreateDynamicObjectEx() all it does is lets you supply multiple vw's int's playerid's to streamed objects.