SA-MP Forums Archive
CreateDynamicObject & CreateObject Differences? - 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 & CreateObject Differences? (/showthread.php?tid=473732)



CreateDynamicObject & CreateObject Differences? - Uberanwar - 04.11.2013

Hi guys, like the topic said, what is the differences between CreateDynamicObject and CreateObject? It's a simple question, but I can't find a thread about what are the differences.


Re: CreateDynamicObject & CreateObject Differences? - LeeXian99 - 04.11.2013

They are both quite same, just read the difference I've stated.

CreateDynamicObject = You can have unlimited objects in your gamemode.
CreateObject = You can have only 500 objects in your gamemode.

So I suggest you to use CreateDynamicObject.

EDIT:
If you're going to use CreateDynamicObject, you will need Streamer include! It's not good if you use CreateObject!


Re: CreateDynamicObject & CreateObject Differences? - Uberanwar - 04.11.2013

Thank you alot.


Re: CreateDynamicObject & CreateObject Differences? - iZN - 04.11.2013

CreateObject limit is 1000 not 500. Also CreateObject shows all of the objects instantly to the player.

CreateDynamicObject is unlimited but if you're having many objects, so you better use 'Streamer_Update' or 'Streamer_UpdateEx' with the coordinates.


Re: CreateDynamicObject & CreateObject Differences? - LeeXian99 - 04.11.2013

Quote:
Originally Posted by iZN
Посмотреть сообщение
CreateObject limit is 1000 not 500. Also CreateObject shows all of the objects instantly to the player.

CreateDynamicObject is unlimited but if you're having many objects, so you better use 'Streamer_Update' or 'Streamer_UpdateEx' with the coordinates.
This is the correct explanation, my bad. Can't give you +rep soz too much reps given today, tomorrow!


Re: CreateDynamicObject & CreateObject Differences? - Uberanwar - 04.11.2013

+reped both of you. thanks alot


Re: CreateDynamicObject & CreateObject Differences? - Jony_Cruze - 04.11.2013

For CreateObject 0.3x - 1000 objects not 500 !
CreateDynamicObject - 100.000


Re: CreateDynamicObject & CreateObject Differences? - LeeXian99 - 04.11.2013

Quote:
Originally Posted by Jony_Cruze
Посмотреть сообщение
For CreateObject 0.3x - 1000 objects not 500 !
CreateDynamicObject - 100.000
You pretty sure that CreateDynamicObject's limit is 1000? Never heard of that.


Re : CreateDynamicObject & CreateObject Differences? - samp_boy - 04.11.2013

i Think CreateDynamicObject Is Bugged SomeTimes i Mean If You Put A Map It Will Not Load Objects
That's why Createobjects is Better


Re: CreateDynamicObject & CreateObject Differences? - Jony_Cruze - 04.11.2013

sorry , 10.000 i put one more 0..