20.07.2013, 13:52
Quote:
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.
|
And why shouldn't we use CreateDynamicObject? The "memory" reason isn't valid though.
Quote:
i am using a host from last couple of years
and yes Createdynamicobject maps is lagging sometimes |
@OP, It isn't going to create problems, however, use CreateDynamicObject if your map have more than 1000 objects, if not, use the normal CreateObject.