SA-MP Forums Archive
Help map object samp - 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: Help map object samp (/showthread.php?tid=638866)



Help map object samp - skiplovebra - 07.08.2017

i am having a wonder createobject and createdynamicobject are there any different server what i use createdynamicobject so have cause crash or lag?


Re: Help map object samp - ShadowMortar - 07.08.2017

CreateObject will never disappear from the server, but CreateDynamicObject will disappear if you walk away and appear if you approach it, CreateObject has a maximum number of 1000 objects I think, but CreateDynamicObject is unlimited.

I recommend you to use CreateDynamicObject for mapping things that won't move and use CreateObject for gates/doors, that is what I do, you can use DynamicObject for gates too.