Blueberry Bug - 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: Blueberry Bug (
/showthread.php?tid=472097)
Blueberry Bug -
Sledgehammer - 26.10.2013
Blueberry
Hello, I am using an NGG edit and I have a blueberry bug. Every time you go near it crashes you. How would I solve this problem? Is it possible to change the loaction from 0,0,0 to an another location. I have been seaching on SA-MP to check if any one seems to have this problem, not much results.
Please help me, thanks for in advance.
Re: Blueberry Bug -
Akira297 - 26.10.2013
You need to lower the maximum houses and gates.
Re: Blueberry Bug -
Sledgehammer - 26.10.2013
How would this help? By the time i reach the max, the same problem will occur?
Re: Blueberry Bug -
Sledgehammer - 26.10.2013
Thanks...It worked but wouldn't it occur in the future when i have to put the houses up?
Gave you a reputation point.
Re: Blueberry Bug -
Mattakil - 26.10.2013
It would do that because it most likely creates the houses and business at 0, 0, 0 so even though a house isnt 'created' it's still there. If you have to raise the max, set the default spot for houses to go to 0, 0, -1000 instead of 0,0,0 and it should fix it. I would recomend searching through your gamemode and setting all 0, 0, 0 to 0, 0, -1000 because it can cause lagg and even crash people with shitty pcs.
Re: Blueberry Bug -
Sledgehammer - 26.10.2013
Thanks for the help.