Posts: 75
Threads: 14
Joined: Feb 2013
Reputation:
0
I was maping something,and now I wonder,should I use CreateDynamicObject or CreateObject?What is better and what's the difference?
Posts: 887
Threads: 251
Joined: Jun 2011
Reputation:
0
CreateObject has maximum objects.
And dynamic objects are unlimited and you can also set a virtual world, interior etc..
Posts: 531
Threads: 72
Joined: Mar 2012
Reputation:
0
CreateDynamicObject supports more object.
Posts: 75
Threads: 14
Joined: Feb 2013
Reputation:
0
I dont need virtual world and interior so i will use CreateDynamicObject,thanks