Posts: 617
Threads: 129
Joined: Feb 2014
Ok i want to make something like this which connects two teleports together, so say i enter from part a it will tp me to part b and when i enter at part b it tp me to part a. So i would make a code like /createtp which will create the textlabel below and give it a ID as shown, now i think i can manage that but i just need some guidance or link to a tutorial or some code that you would use.
Something like this:
I'M NOT REQUESTING A SCRIPT
Posts: 1,046
Threads: 250
Joined: Nov 2014
Reputation:
0
Well.. uh
You can add three options to the command, like:
/createtp enter/exit/confirm
If the admin types /createtp enter it will get his locatio and save them in a variable then the admin will go at the /exit point and type /createtp exit which again will save his coords. When the admin is done he will type /createtp confirm and everything will be saved, clear the variables and done.
How are you saving those? MySQL?
Posts: 617
Threads: 129
Joined: Feb 2014
Quote:
Originally Posted by AndreiWow
Well.. uh
You can add three options to the command, like:
/createtp enter/exit/confirm
If the admin types /createtp enter it will get his locatio and save them in a variable then the admin will go at the /exit point and type /createtp exit which again will save his coords. When the admin is done he will type /createtp confirm and everything will be saved, clear the variables and done.
How are you saving those? MySQL?
|
Im thinking of using y_ini