SA-MP Forums Archive
Mapping issues - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Mapping issues (/showthread.php?tid=367857)



Mapping issues - KillermanGR - 11.08.2012

I'll just get straight to the point.

Every single mapping is gone, and RemoveBuildingForPlayer has generated enormous holes.
This happend in a normal day after a random restart.
We have updated streamer, replaced the scriptfiles and tried using earlier versions of our script with no luck.

I have run out of ideas for what could be causing it so I hope someone from here could help.


Re: Mapping issues - calzo2011 - 11.08.2012

How many objects are you using? because SA-MP has a max createobject limit so if it goes over 1000 then thje objects will go missing so make sure you are not using more than 1000 objects as that might be the reason why your mapping is missing


Re: Mapping issues - KillermanGR - 11.08.2012

Well, I'm not quite sure but for the whole month everything was running fine, until last night.


Re: Mapping issues - calzo2011 - 11.08.2012

did you add any more mapping to the script? cause if you did it that extra mapping might of been gone over the limit of creating objects


Re: Mapping issues - KillermanGR - 11.08.2012

We did add two more pickups for houses, but even after deleting them the problem wasn't solved.


Re: Mapping issues - calzo2011 - 11.08.2012

the only thing I can say right now is to just redo the mapping and try to use less objects as you can


Re: Mapping issues - KillermanGR - 11.08.2012

Is there any possibility that the Host caused it?


Re: Mapping issues - calzo2011 - 11.08.2012

there might be, cause sometimes even a host could do something bad to your scripts


Re: Mapping issues - Dawnz - 11.08.2012

Are you sure you removed the correct lines of RemoveBuildingForPlayer?


Re: Mapping issues - KillermanGR - 12.08.2012

It turned out the problem was somewhere in the scriptfiles. Replacing them fixed the problem, so I guess an object was crashing the streamer.

Thanks for the replies.