SA-MP Forums Archive
Need help for creating a waypoint. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Need help for creating a waypoint. (/showthread.php?tid=443620)



Need help for creating a waypoint. - Zion22be - 13.06.2013

So I wanted to know how I can save a position in game (say, for a stunt purpose) and then if i fail or what-not I can simply TP back to it with another command. So, for instance. /mark would save your position and then /gotomark would make you go back to that position. Then later on when you advance, /mark would destroy the first position saved and create the new one that you made so you can /gotomark to it.

Sorry if it sounds a little complicated. Thanks anywho!


Re: Need help for creating a waypoint. - Lucky™ - 13.06.2013

You have to do it in the script, Anyway you can get your position by using /save [It will save in My Documents -> GTA Userfiles -> SAMP -> savedpositions.txt]

After that you can make your own command.


Re: Need help for creating a waypoint. - Zion22be - 15.06.2013

Quote:
Originally Posted by Lucky™
Посмотреть сообщение
You have to do it in the script, Anyway you can get your position by using /save [It will save in My Documents -> GTA Userfiles -> SAMP -> savedpositions.txt]

After that you can make your own command.
I don't think you understood. I wanted to make a waypoint. Not simply using /save for a new teleport. A waypoint, where in-game you can create your own teleport how I described in my first post.

EDIT: Figured it out. L&A.