SA-MP Forums Archive
CreateDynamicObject or CreateObject? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: CreateDynamicObject or CreateObject? (/showthread.php?tid=417786)



CreateDynamicObject or CreateObject? - ZeroCools - 22.02.2013

I was maping something,and now I wonder,should I use CreateDynamicObject or CreateObject?What is better and what's the difference?


Re: CreateDynamicObject or CreateObject? - PaulDinam - 22.02.2013

CreateObject has maximum objects.
And dynamic objects are unlimited and you can also set a virtual world, interior etc..



Re: CreateDynamicObject or CreateObject? - Neil. - 22.02.2013

CreateDynamicObject supports more object.


Re: CreateDynamicObject or CreateObject? - ZeroCools - 22.02.2013

I dont need virtual world and interior so i will use CreateDynamicObject,thanks