SA-MP Forums Archive
Move a map - 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: Move a map (/showthread.php?tid=228201)



Move a map - Jacob_T_Harden - 19.02.2011

This is somthing to do with my script.. So If not please let me know where to put this.. BUT
I mapped a huge interrior, But I need to put it in a new place because of spawn issues.. Is there a program I can use to move it all at once.. Instead of having to remap it all? '
Thank you.
-Jacob


Re: Move a map - R16RACA - 19.02.2011

Im just going to go and say no. I don't actually no but i highly doubt it.
However you could just change the lets say X coord of all the objects?
But probably re-mapping is best


Re: Move a map - [L3th4l] - 19.02.2011

I think i seen a program that moves your objects. Search in the 'Tools' section. Other work around that you can try, is something like this:

pawn Код:
CreateObject(objectid, x, y, z, rx, ry, rz); // You can for example use something like this:
CreateObject(objectid, x+500, y+500, z, rx, ry, rz); // Probably not what you would look for.
But yeah, search for that program I'm talking about.