SA-MP Forums Archive
How Many 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: How Many Objects? (/showthread.php?tid=661829)



How Many Objects? - BlackHawkTR - 16.12.2018

Hello,
If i make over 3000 objects map (an island) is it possible to put it on my server succesfully? What kind of problems there will be?


Re: How Many Objects? - GeorgeLimit - 16.12.2018

Max object at SAMP is 1000


Re: How Many Objects? - UFF - 16.12.2018

There will be no issues. Use CreateDynamicObject.


Re: How Many Objects? - GeorgeLimit - 16.12.2018

why if I use createdynamicobject this not placeable


Re: How Many Objects? - Threshold - 16.12.2018

You cannot stream more than 1000 objects to a player at any given time. While a streamer helps you overcome this 1000 object limit, it still doesn't allow you to stream more than 1000 at a time.

Here is the link to the streamer plugin:
https://sampforum.blast.hk/showthread.php?tid=102865

Just be aware that if all the objects are in a small distance to one another, you'll have to decrease their stream radius to accommodate the object limit.

Server/Client limits are found here:
https://sampwiki.blast.hk/wiki/Limits