SA-MP Forums Archive
Teleport Maker. Help D: - 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: Teleport Maker. Help D: (/showthread.php?tid=72972)



Teleport Maker. Help D: - gtachile - 11.04.2009

Hello people.
I need all the help you can give me on how to make a script for saving teleports.
I want a command like /newtele [name] so it saves the teleport on a file. All the teleports should be saved on the same file.
Then, with /tele [name] players can access a previously created teleport.
Finally, using /tele they get a list of all the teleports stored on the file.
Any way of doing this?
I'm not a noob, I know plenty of stuff, but this made me feel sick.


Re: Teleport Maker. Help D: - MenaceX^ - 11.04.2009

Script Request Thread.


Re: Teleport Maker. Help D: - Weirdosport - 12.04.2009

I might look into making one of these, but it wont be available anytime soon...


Re: Teleport Maker. Help D: - RobertGraham - 12.04.2009

Are you talking about something like a:
/savepos

To

/createtele


Re: Teleport Maker. Help D: - gtachile - 12.04.2009

I want a teleport system that allows me to save teleports on a file, list them, and use them.
something like
teleportshortname,teleportnicename,creator,x,y,z
on the file.


Re: Teleport Maker. Help D: - RobertGraham - 12.04.2009

You can do the same thing in Debug, but you need to get exact cords...


Re: Teleport Maker. Help D: - Cueball - 12.04.2009

Oh lawd, there are several thousand of these scripts around. I really, really, really dislike people who advertise their own scripts, but it does sound like my one is what you are looking for:
Command Generator

Check it out, it does a lot of the things you were asking about.

Hopefully I've helped,

~Cueball~



Re: Teleport Maker. Help D: - gtachile - 14.04.2009

Quote:
Originally Posted by Cuecumber
Oh lawd, there are several thousand of these scripts around. I really, really, really dislike people who advertise their own scripts, but it does sound like my one is what you are looking for:
Command Generator

Check it out, it does a lot of the things you were asking about.

Hopefully I've helped,

~Cueball~
Your Filterscript is very useful indeed, but it doesn't save the teleports to a file, it saves the code, and my server is not 24/7 so it wont help commands being available instantly and I don't host it so I can't be compiling it everytime somebody creates a teleport.
By the way, I searched a lot before creating the topic. One of the filterscripts I tested was yours.