MTA --- Change ALL objects location?? - 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: MTA --- Change ALL objects location?? (
/showthread.php?tid=402468)
MTA --- Change ALL objects location?? -
Bobman - 26.12.2012
Hey,
I know that this doesn't belong here but samp forums are more comfortable to post and I know that someone uses MTA map editor here.
Anyways, I've got a map in a wrong place and I'd like to move it to any interior or anywhere but I don't want to start all over again so can you grab all objects by one hand and move them? Thanks!
Bob
Re: MTA --- Change ALL objects location?? -
DaRk_RaiN - 26.12.2012
Use Samp's editor, it has select all press ctrl and select all objects.
Re: MTA --- Change ALL objects location?? -
Bobman - 26.12.2012
Where can I get this Samp editor?
Re: MTA --- Change ALL objects location?? -
Kyle - 26.12.2012
Change the co-ordinates in the map file.
https://sampforum.blast.hk/showthread.php?tid=282801
Re: MTA --- Change ALL objects location?? -
Bobman - 26.12.2012
CreateObject(5333,2985.2998047,-753.1992188,18.7999992,0.0000000,0.0000000,174.995 7275); //object(sanpedbigslt_las2)(1)
Which one is the height?
Re : Re: MTA --- Change ALL objects location?? -
[HRD]Mar1 - 26.12.2012
Quote:
Originally Posted by Bobman
CreateObject(5333,2985.2998047,-753.1992188,18.7999992,0.0000000,0.0000000,174.995 7275); //object(sanpedbigslt_las2)(1)
Which one is the height?
|
The Z = 18.7999992
Re: MTA --- Change ALL objects location?? -
Bobman - 26.12.2012
SOLVED
Re: MTA --- Change ALL objects location?? -
Bobman - 26.12.2012
SOLVED
thanks everyone!