what is the different between CreateDynamicObject and 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: what is the different between CreateDynamicObject and CreateObject ? (
/showthread.php?tid=344759)
what is the different between CreateDynamicObject and CreateObject ? -
[D]ry[D]esert - 22.05.2012
Title Exaplain it Self
Re: what is the different between CreateDynamicObject and CreateObject ? -
ViniBorn - 22.05.2012
CreateDynamicObject is relative to Streamer, to support more objects...
Re: what is the different between CreateDynamicObject and CreateObject ? -
[D]ry[D]esert - 22.05.2012
Don't Got you :0
i mean if i just CreateObject and if i CreateDynamicObject What will be different ?
Re: what is the different between CreateDynamicObject and CreateObject ? -
vvhy - 22.05.2012
If you mean the difference ingame, usually the dynamic objects load a bit slower and will cause you to fall through them before they load.
Re: what is the different between CreateDynamicObject and CreateObject ? -
[LvZ]Free - 22.05.2012
With CreateDynamicObject you can show more objects in the server that SA-MP is supported
Re: what is the different between CreateDynamicObject and CreateObject ? -
[D]ry[D]esert - 22.05.2012
Quote:
Originally Posted by [LvZ]Free
With CreateDynamicObject you can show more objects in the server that SA-MP is supported
|
You mean Lmited Objects ?
Re: what is the different between CreateDynamicObject and CreateObject ? -
[D]ry[D]esert - 22.05.2012
Quote:
Originally Posted by [LvZ]Free
With CreateDynamicObject you can show more objects in the server that SA-MP is supported
|
Then Why when some one Make map He Create it As Dynamic Object ?
Re: what is the different between CreateDynamicObject and CreateObject ? -
Ruben_Alonso - 22.05.2012
CreateDynamicObject is a streamed version of CreateObject.
If i'm not wrong, it allows you to put them in a interior and a different virtual world. More flexible.