How much maximum object for Streamer plugins - 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 much maximum object for Streamer plugins (
/showthread.php?tid=639783)
How much maximum object for Streamer plugins -
Kinta - 23.08.2017
When you had 1000 Object on CreateObject, then if you make another Object it wont appear right?
but how about Streamer plugins (Incognito Plugins)
how much maximum object that i can put to the server?
Re: How much maximum object for Streamer plugins -
Puff - 23.08.2017
SA:MP will only show 1000 simultaneously, a streamer doesn't get around that, just streams them in as required.
See the limits page:
https://sampwiki.blast.hk/wiki/Limits
Re: How much maximum object for Streamer plugins -
10MIN - 23.08.2017
Theoretically the limit is infinite.
Re: How much maximum object for Streamer plugins -
AbyssMorgan - 23.08.2017
1 000 000 crash server, but limit of streamer object is your ram limit i think.
Re: How much maximum object for Streamer plugins -
VVWVV - 23.08.2017
The maximum number of objects is the same limit that exists in SA:MP. The plugin just helps to avoid overflows.