streamer limit - 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: streamer limit (
/showthread.php?tid=609876)
streamer help -
TheSimpleGuy - 17.06.2016
Hello, I updated my map and I have 487 objects. It does not seem to load.
When I reupdate my map to less than 300, I can load it. How could I do this?
I am using Incognito's Streamer
Re: streamer limit -
andrejc999 - 17.06.2016
So you are using streamer plugin?
Re: streamer limit -
TheSimpleGuy - 17.06.2016
Yes . . .
Re: streamer limit -
Vince - 17.06.2016
Streamer capabilities only go so far and it can't circumvent the fact that the SA-MP client can only display a fixed amount of objects at once. The limit used to be 400 but I believe it is now possible to simultaneously render 1000 objects at once. If more than 1000 objects are within the render distance then those objects simply will not load.
Re: streamer limit -
TheSimpleGuy - 18.06.2016
When I use 487 objects in Incognito's Streamer, it does not work even if I replaced it with CreateObject.
If not 487 objects, they will appear.
Re: streamer limit -
TheSimpleGuy - 19.06.2016
Please help me
Re: streamer limit -
Dayrion - 19.06.2016
No one of those lines are compiling.
This one does
PHP код:
CreateDynamicObject(19866, -2216.55981, 520.86407, 34.11585, 0.00000, 0.00000, 0.00000);
This one doesn't
PHP код:
CreateDynamicObject(823, -622.35156, -2448.91406, 330.52344,* 356.85840, 0.00000, 3.14159);