SA-MP Forums Archive
SA-MP MAP CONSTRUCION 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: SA-MP MAP CONSTRUCION BUG (/showthread.php?tid=661551)



SA-MP MAP CONSTRUCION BUG - Rubennatan - 07.12.2018

Hello everyone I`m new here and I was wonderig if somebody has the same problem or had it before, i was working on a map, trying to divide it in 6 "districts" with some long buildings, and it worked but after an certain amount of buildings it stopped working, i mean, in Map Constructor all the stuff, buildings, gates and so on were there but after compiling them and put them in the gamemode they were not in the server, so does any of you got this problem before, and there is any solution?
Thanks!


Re: SA-MP MAP CONSTRUCION BUG - LuGiCH - 08.12.2018

You should install the streamer plugin


Re: SA-MP MAP CONSTRUCION BUG - Rubennatan - 08.12.2018

i got the streamer.inc in my script but still doing the same thing.
#include <streamer>
but i spent some time and i found that objects are on the servers map but with another coordinates also i found if i export it repeatly to pawn it change its coordinates every time, so i think i need to sabe it just once or something like that, thanks for your reply.