Map Question - 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: Map Question (
/showthread.php?tid=513912)
Map Question -
quark - 18.05.2014
If i remove map objects, i can use more createobject?
Re: Map Question -
nmader - 18.05.2014
Yes, if you use DestroyObject (or DestroyDynamicObject if said object is specified to be a DynamicObject)
Re: Map Question -
Threshold - 18.05.2014
No, removing actual map objects will not allow you to create more objects. If you want more objects, use a streamer such as Incognito's streamer plugin.
Re: Map Question -
nmader - 19.05.2014
I misunderstood the question, I thought he had been referring to mapped-in objects. Listen to BenzoAMG's response.