Map crashes often - 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: Map crashes often (
/showthread.php?tid=162960)
Map crashes often -
RedFusion - 25.07.2010
When i am at my racetrack it crashes kinda often..
I have very many runways, i've heard that could cause it.
I use Fallout's Streamer..
What should i do to fix this? change streamer?
Re: Map crashes often -
Calgon - 25.07.2010
How many objects are you trying to stream within one area? You can't max over 254 within one area.
Re: Map crashes often -
Mike Garber - 25.07.2010
Plus if you reload your objects filterscript (if you use it) without Destroying the objects on OnFilterScriptExit It will spawn multiple objects ontop of eachother and crash the streamer alot.
Use the Streamer plugin, it works better
Re: Map crashes often -
Carlton - 25.07.2010
Quote:
Originally Posted by Mike Garber
Plus if you reload your objects filterscript (if you use it) without Destroying the objects on OnFilterScriptExit It will spawn multiple objects ontop of eachother and crash the streamer alot.
Use the Streamer plugin, it works better 
|
Doesn't matter about what plugin you use when it comes to crashes. You still can't go over the maximum object limit.
Re: Map crashes often -
RedFusion - 25.07.2010
It's like 190 objects in a medium sized area
Re: Map crashes often -
PotH3Ad - 25.07.2010
Try lowering the draw distance for all the objects.
Re: Map crashes often -
RedFusion - 26.07.2010
Can't do that with F_stream..
However, It got better when i added all objects all over the map to one filterscript