SA-MP Forums Archive
Cant have more than 1000 objects.... - 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: Cant have more than 1000 objects.... (/showthread.php?tid=476956)



Cant have more than 1000 objects.... - bustern - 21.11.2013

I am using stremer, but still cant use more than 1000 objects in my server...


Re: Cant have more than 1000 objects.... - Konstantinos - 21.11.2013

All of the objects have been created with CreateDynamicObject?


Re: Cant have more than 1000 objects.... - bustern - 21.11.2013

with createobject only....


Re: Cant have more than 1000 objects.... - Konstantinos - 21.11.2013

Quote:
Originally Posted by bustern
Посмотреть сообщение
with createobject only....
Loading the plugin only does nothing..

You need to create each object dynamically, replace every CreateObject with CreateDynamicObject.

Don't forget to include streamer to the script.


Re: Cant have more than 1000 objects.... - KickInTheMick - 21.11.2013

convertffs.com


Re: Cant have more than 1000 objects.... - bustern - 21.11.2013

damn i didnt know.THanks guys