Thread: Height Level Adjust Teleports

Results 1 to 2 of 2
  1. #1 Height Level Adjust Teleports 
    Registered Member
    Join Date
    May 2011
    Posts
    312
    Thanks given
    14
    Thanks received
    17
    Rep Power
    0
    I want to make a mini-game much like Jad in the aspect of when a new player teleports there it adds another height level so that no same player is in the area and I was wandering how I could go about doing that for instance..

    Code:
    if (other.inGame) {
    newLevel = other.Heightlevel += 1;
    toX = 3222;
    toY = 3222;
    heightLevel = newLevel;
    }
    Now I know that would not work however I was wandering if someone could help me make it from there?
    Reply With Quote  
     

  2. #2  
    « Pokémon Master »
    Ash Ketchum's Avatar
    Join Date
    Jun 2011
    Age
    29
    Posts
    1,423
    Thanks given
    275
    Thanks received
    153
    Rep Power
    39
    getPA().movePlayer(absX, absY, playerId * 4);
    Attached image
    Spoiler for Galkon:

    Spoiler for Great Quotes:
    Quote Originally Posted by i am prod View Post
    **** YOU this just erased everyones passwords and no one can log in!!!
    Quote Originally Posted by blade2 View Post
    did i ****ing say it was a ****ing virus u dip shit i said virus scan dont scan java files i didn't say its a virus... l2****ingreadkid
    Spoiler for (╯°□°)╯︵┻━┻:
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Objects height level
    By adrijusxx in forum Help
    Replies: 3
    Last Post: 09-18-2011, 05:38 PM
  2. Height Level, Rep+
    By Greyfield in forum Help
    Replies: 6
    Last Post: 08-29-2011, 10:21 PM
  3. Height level
    By Purely chill in forum Help
    Replies: 5
    Last Post: 10-31-2009, 06:57 AM
  4. Height level won't change...
    By Insayne in forum Help
    Replies: 3
    Last Post: 06-03-2009, 02:39 AM
  5. Height level command help
    By Hdthree in forum Help
    Replies: 5
    Last Post: 05-01-2009, 01:00 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •