Locked...It seems it has already been done :p
Printable View
Locked...It seems it has already been done :p
simple.... could show how to add a command for this for the newbs?
Nise to bad it's been done 100xs of times and isn't the best way to use it.
Huh... I Am Sure I Have Seen This Before... Maybe In A Server?
But Anyways... :d
Cool
took from obeypk (hoodoosleep)
Sorry, but you missed out an even bigger step to making it easier, and put it in your code.What it was originally stated as.Code:teleX = #;
teleY = #;
well this inst making use of full teleporting fyi, the real void would be:
public void Teleport(int TeleX, int TeleY, int TeleHeight)
{
teleporttoX = TeleX;
teleporttoY = TeleY;
if(TeleHeight != null)
{
heightlevel = TeleHeight;
}
}
knew i saw it in obby pk! lolz thats my sorce.. but i changed it
Quote:
Originally Posted by Impulser [Only registered and activated users can see links. Click Here To Register...]
:o?Code:public void Tele(int X, int Y, int H) {
teleToX = X;
teleToY = Y:
heightLevel = H; //whatever heightlevel is defined as
}