how to teleport objects
#1

i just downloaded a map.The problem is that in the area that is located the map is locating another one!How can i change the map position to a different location?
Reply
#2

Never tried, but I guess.. modifying all the coordinates by the same amount? Except the Z coordinate.
eg:
Код:
CreateObject(id, 45.000000, 60.000000, 90.000000, 0.0, 0.0, 0.0);
to
Код:
CreateObject(id, 245.000000, 160.000000, 90.000000, 0.0, 0.0, 0.0);
It should move every objects by 200 on the X axys, 100 on the Y one.
Reply
#3

ty but i found this tutorial https://sampforum.blast.hk/showthread.php?tid=506610
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)