SA-MP Forums Archive
Difference between CreateObject and CreateDynamicObject? - 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: Difference between CreateObject and CreateDynamicObject? (/showthread.php?tid=505488)



Difference between CreateObject and CreateDynamicObject? - kamiliuxliuxliux - 08.04.2014

The title tells everything.


Re: Difference between CreateObject and CreateDynamicObject? - Conradus - 08.04.2014

CreateDynamicObject is used with an object streamer. An object streamers lets you add more objects than the SA-MP limit, and displays only the objects nearby.

Example of an object streamer (Incognito's Streamer Plugin):
https://sampforum.blast.hk/showthread.php?tid=102865


Re: Difference between CreateObject and CreateDynamicObject? - kamiliuxliuxliux - 08.04.2014

Thank you.