12.12.2014, 16:55
I need to find Integer from all the files, for example
I want to get the integer from all the files who exists who named numbers.. i'll explain you.
I created a command "/createtp" and "/endtp"
when you type /createtp It's create 3dlabeltext "Teleport %i"
the %i is the ID of the TP.
well, I want to create a command who will Teleport me from the Teleport to the other Teleport, (Teleport points...)
means if i'll stand at the X Y Z of the teleport its will tp me to the X Y Z of the other side of the teleport...
so I want to make a command (/usetp) and It's will get my position and if I'm at the position of the TP it's will Teleport me to the other side of the TP.
So I need to get the X Y Z from all the files to check if the player who typing the command /usetp is near to one of the teleports.
I want to get the integer from all the files who exists who named numbers.. i'll explain you.
I created a command "/createtp" and "/endtp"
when you type /createtp It's create 3dlabeltext "Teleport %i"
the %i is the ID of the TP.
well, I want to create a command who will Teleport me from the Teleport to the other Teleport, (Teleport points...)
means if i'll stand at the X Y Z of the teleport its will tp me to the X Y Z of the other side of the teleport...
so I want to make a command (/usetp) and It's will get my position and if I'm at the position of the TP it's will Teleport me to the other side of the TP.
So I need to get the X Y Z from all the files to check if the player who typing the command /usetp is near to one of the teleports.