SA-MP Forums Archive
How the stunts server can have so 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How the stunts server can have so many objects? (/showthread.php?tid=256404)



How the stunts server can have so many objects? - tal_peretz - 20.05.2011

I have this streamer -
https://sampforum.blast.hk/showthread.php?tid=102865

and no more than 5000 objects and they are start to disappear......... the stunts server have like 20,000 objects [I think]

So... how? there is streamer so good i don't know about that?

Thanks.


Re: How the stunts server can have so many objects? - Sascha - 20.05.2011

the streamer you are using is one of the best streamers...
just don't forget to use it right^^ check whether you are using "CreateObject" (which would be normal SA-MP) or if you are using "CreateDynamicObject" (which would be a streamed object)...
if you place the objects to near to each other, so that the player can see more than 400 objects at once, it won't show the other objects... so if that's the case, check the stream distance^^


Re: How the stunts server can have so many objects? - Vince - 20.05.2011

You can only show X amount of objects in a particular range. I don't know what the exact limit is, but I do know that some of the objects will not show up if the area is crammed with them.


Re: How the stunts server can have so many objects? - tal_peretz - 20.05.2011

i didn't do the distance [i think there is default of 250]

example -

Quote:

CreateDynamicObject(4142, -315.061829, -4055.911865, 17.145552, 0.0000, 0.0000, 0.0000);




Re: How the stunts server can have so many objects? - Sinner - 20.05.2011

You can only show upto 300 objects at once (as of samp 0.3c), my server has 25,000 objects and they all show.


Re: How the stunts server can have so many objects? - tal_peretz - 20.05.2011

with my streamer?