Thread: Mypos command

Results 1 to 3 of 3
  1. #1 Mypos command 
    Registered Member
    Join Date
    Jan 2015
    Posts
    58
    Thanks given
    3
    Thanks received
    0
    Rep Power
    11
    Tried adding a my pos command, but when i type mypos it says

    X : NULL
    Y : NULL


    if (command[0].equalsIgnoreCase("mypos")) {
    World.sendMessage("X: " + World.absX);
    World.sendMessage("Y: " + World.absY);
    }

    how do i fix it?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Optimum's Avatar
    Join Date
    Apr 2012
    Posts
    3,570
    Thanks given
    871
    Thanks received
    1,745
    Rep Power
    5000
    Ur using :
    Code:
    World.absX
    use
    Code:
    player.absX
    or
    Code:
    p.absX
    or
    Code:
     c.absX
    whatever ur Player variable is called

    Quote Originally Posted by DownGrade View Post
    Don't let these no life creeps get to you, its always the same on here. They'd rather spend hours upon hours in the rune-server spam section then getting laid! ha ha!Its honestly pathetic i haven't seen so many lowlifes in my life its actually insane i wish that this section would just vanish its probably the only way to get these people out of the community...
    PLEASE BE AWARE OF IMPOSTERS MY DISCORD ID: 362240000760348683
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2015
    Posts
    58
    Thanks given
    3
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Optimum View Post
    Ur using :
    Code:
    World.absX
    use
    Code:
    player.absX
    or
    Code:
    p.absX
    or
    Code:
     c.absX
    whatever ur Player variable is called
    i found another code in source with position

    if (command[0].equals("position")) {
    player.getPacketSender().sendConsoleMessage(player .getPosition().toString());
    }


    but it doesnt work, and also i dont have a console?

    Nvm found console

    -close
    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. Mypos command isint working
    By Thorrin in forum Help
    Replies: 2
    Last Post: 04-10-2015, 10:14 PM
  2. [PI] mypos command
    By killag123 in forum Help
    Replies: 2
    Last Post: 08-18-2012, 05:35 AM
  3. PI need mypos command EASY
    By slimjimm000 in forum Help
    Replies: 2
    Last Post: 12-15-2011, 12:56 AM
  4. battlescape mypos command
    By oblivion-rs in forum Help
    Replies: 8
    Last Post: 11-18-2011, 05:08 PM
  5. rs2hd mypos command
    By dadabehh in forum Help
    Replies: 0
    Last Post: 08-07-2009, 06:41 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
  •