Streamer max objects per player - 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 max objects per player (
/showthread.php?tid=495717)
Streamer max objects per player -
Dusan01 - 18.02.2014
Hy guys im using incognito streamer, and i have maped SPAWN and spawn have about 900 objects, OnGameMOdeInit i added:
Код:
Streamer_VisibleItems(STREAMER_TYPE_OBJECT, 1000);
And spawn object are CreateDynamicObjectEx draw and stream distance are set to 700.0, in server.cfg stream_distance is 800.0 and when i come to SPAWN i cant see all objects just when i come closer to one side i see only that side objects i dont see another side objects :S
Solution?
Re: Streamer max objects per player -
Golimad - 18.02.2014
There is some objects that we can't see in 2 sides...
Re: Streamer max objects per player -
park4bmx - 18.02.2014
the objects behavior can be like that by default ?
like a GLASS object you can only see it on 1 side.
Just duplicate the object and rotate it.
Re: Streamer max objects per player -
Dusan01 - 19.02.2014
I said objects are okay but i cant see all objects when i go to spawn and when i come closer to that place where i cant see objects object then show but then i cant see objects on that first place...
Re: Streamer max objects per player -
Dusan01 - 22.02.2014
BUMP
Re: Streamer max objects per player -
Dusan01 - 25.02.2014
BUMP
Re: Streamer max objects per player -
Vince - 25.02.2014
The maximum drawdistance for normal objects is 300. This is set by San Andreas. You can't raise this.
Re: Streamer max objects per player -
Pottus - 25.02.2014
Quote:
Originally Posted by Vince
The maximum drawdistance for normal objects is 300. This is set by San Andreas. You can't raise this.
|
The SAMP allows you to set any drawdistance you like these days (maybe that is different for the streamer?) anyways he might experience crashes setting it to 1000 just because that is the maximum amount of objects does not mean you can actually have that many!