Posts: 60
Threads: 13
Joined: Apr 2013
Reputation:
0
Could someone explain me the difference between Object and DynamicObject?
Like in this situation:
CreateObject/MoveObject(Blablabla...
CreateDynamicObject/MoveDynamicObject(Blablabla...
****** and sa-mp.com's search didnt help.
Posts: 2,262
Threads: 260
Joined: Mar 2009
Reputation:
0
CreateObject is SA-MP Default Function and the DynamicObject function is a custom plugin streamer.
Posts: 247
Threads: 11
Joined: Aug 2010
Reputation:
0
With CreateObject the maximum amount of objects you can create are around 1200. With CreateDynamicObject you can create manyy more. Plus you have the feature of setting drawdistance and/or changing the interiorid /worldid/playerid.
I'd personally use CreateDynamicObject because of its easyness and flexibility in its use.
Posts: 1,099
Threads: 79
Joined: Nov 2011
Reputation:
0
I would rather CreateObject for objects that are needed to be seen from far,such as walls,huge buildings etc. And small objects,such as furniture,must be CreateDynamicObject