SA-MP Forums Archive
server is full of 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: server is full of objects? (/showthread.php?tid=91869)



server is full of objects? - Mustafacc - 17.08.2009

hi,

lately i noticed that some of my server objects are gone when i placed some new objects, i had a 2 racetracks and 3 stunt tracks and some objects around the map like blocks or something, after i added my third map Big Jump, lots of objects are gone, the finish lines of most of my 2 race tracks are gone, lots of objects from the 3 stunt tracks are gone, lots of the road blocks are gone and much other stuff are gone, first i thought there was a bug with the big jump map objects, so i removed it, the objects were back, after that i added another smaller map, same problem occurred, but less objects are gone, sorry for the newbie question but if the server has an objects limit or something like that? and if it has an objects limit, how can i enlarge it?

thanks


Re: server is full of objects? - Sergei - 17.08.2009

Object limit is 150. Use object streamer to solve your problem.


Re: server is full of objects? - Mustafacc - 17.08.2009

i dont know whats streamer exactly but i found this topic
http://forum.sa-mp.com/index.php?topic=62450.0

and i hope someone can explain to me how it works?
should i edit all my objects or ?

thanks


Re: server is full of objects? - Sergei - 17.08.2009

Instead of CreateObject use CreateStreamObject(modelid,Floatpos,Float:ypos,F loat:zpos,Floatrot,Float:yrot,Float:zrot,Float:v iewdist).


Re: server is full of objects? - Eazy_Efolife - 17.08.2009

Yea, I never understood what the streamed objects is for?

When you can just use /createobject


Re: server is full of objects? - Sergei - 17.08.2009

If you have more than 150 objects created with CreateObject server will not be stable anymore and frequent client or even server crashes will happen. You can avoid limit with objects streamer which shows you only the objects which you are near to.


Re: server is full of objects? - Eazy_Efolife - 17.08.2009

oh i see


Re: server is full of objects? - Mustafacc - 17.08.2009

you mean i just use createstreamobject

without downloading any filter script or something as it says in the oject steamer topics?


Re: server is full of objects? - XtremeChio - 17.08.2009

You have to download a streamer, ofcourse. Like xStreamer. When you installed it correctly, you can use CreateStreamedObject, indeed.


Re: server is full of objects? - Mustafacc - 18.08.2009

Thats the problem, i dont know how to install it into my server, and some people told me xstreamer is the easier, but the owner deleted it and no 1 can download it anymore