SA-MP Forums Archive
Map moving - 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: Map moving (/showthread.php?tid=371539)



Map moving - SumX - 23.08.2012

Hello!
I made a map and I cant add checkpoints there because it is located on the sea.It's like a stunt.How can I move the map across the SanAndreas MAP?...Like across a city,or...Is there a tool for moving maps to a selected coordinates?
Or why can't I add checkpoints there?
Thank you!


Re: Map moving - detter - 23.08.2012

You just add X , Y or Z offset ...
Код:
new x_offset = 1000;
CreateObject(modelid, X + x_offset , Y, Z, rX, rY, rZ, DrawDistance);