Thread: mypos

Results 1 to 8 of 8
  1. #1 mypos 
    Donator

    Mikey 3L's Avatar
    Join Date
    Aug 2017
    Posts
    192
    Thanks given
    43
    Thanks received
    27
    Rep Power
    136
    can anyone help me code a mypos command into my server?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Aug 2017
    Posts
    5
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    if (playerCommand.equalsIgnoreCase("mypos") && c.playerRights >= 3) {
    c.sendMessage("X: " + c.absX);
    c.sendMessage("Y: " + c.absY);
    }
    There ya go
    Reply With Quote  
     

  3. #3  
    Registered Member Farage's Avatar
    Join Date
    Jan 2017
    Posts
    252
    Thanks given
    24
    Thanks received
    22
    Rep Power
    0
    Why cant anyone just post a normal question that hasn't been asked, kid, if your asking for a mypos command you shouldnt be using an rsps.
    Have a nice day!
    Иди в пизду!
    Bonne journée!
    Einen schönen Tag noch!
    Hezký den!
    祝你今天愉快!
    Reply With Quote  
     

  4. #4  
    Donator

    Keith's Avatar
    Join Date
    Sep 2008
    Age
    29
    Posts
    1,900
    Thanks given
    83
    Thanks received
    162
    Rep Power
    1244
    Quote Originally Posted by S C A P E View Post
    Why cant anyone just post a normal question that hasn't been asked, kid, if your asking for a mypos command you shouldnt be using an rsps.
    People need to start somewhere, if you're not helping why even reply?
    Reply With Quote  
     

  5. #5  
    Registered Member Farage's Avatar
    Join Date
    Jan 2017
    Posts
    252
    Thanks given
    24
    Thanks received
    22
    Rep Power
    0
    Quote Originally Posted by Keith View Post
    People need to start somewhere, if you're not helping why even reply?
    If you haven't had any experience in Java dont start with RSPS. An if statement is the simple.
    Have a nice day!
    Иди в пизду!
    Bonne journée!
    Einen schönen Tag noch!
    Hezký den!
    祝你今天愉快!
    Reply With Quote  
     

  6. #6  
    Donator

    Keith's Avatar
    Join Date
    Sep 2008
    Age
    29
    Posts
    1,900
    Thanks given
    83
    Thanks received
    162
    Rep Power
    1244
    Quote Originally Posted by S C A P E View Post
    If you haven't had any experience in Java dont start with RSPS. An if statement is the simple.
    I started with private servers, like most people in this community, never read a book on it just learned to code through reading the classes and trying to understand what it does so I'm failing to see the point you're trying to make, if there is any.
    Reply With Quote  
     

  7. Thankful users:


  8. #7  
    Donator

    Mikey 3L's Avatar
    Join Date
    Aug 2017
    Posts
    192
    Thanks given
    43
    Thanks received
    27
    Rep Power
    136
    keith some people who come into this section to help people would rather bash them then help. say they know it all when really they dont. this kid start in the same place as the rest of us. so to u S C A P E fuck off and u might aswell leave this section. and to the dude who helped me thanks alot bro. i used to do this shit but alot has changed since my day and i found the command in my commands but its not mypos its just pos.
    Reply With Quote  
     

  9. #8  
    Registered Member Farage's Avatar
    Join Date
    Jan 2017
    Posts
    252
    Thanks given
    24
    Thanks received
    22
    Rep Power
    0
    Quote Originally Posted by Mikey21 View Post
    keith some people who come into this section to help people would rather bash them then help. say they know it all when really they dont. this kid start in the same place as the rest of us. so to u S C A P E fuck off and u might aswell leave this section. and to the dude who helped me thanks alot bro. i used to do this shit but alot has changed since my day and i found the command in my commands but its not mypos its just pos.
    "Its changed since my day". What it different? What? the code has been for same since the start of RSPS
    Code:
    player.getPacketDispatch().sendMessage(player.getX() + " " + player.getY());
    Its always been the same, you send the packet with the information, the client interpretes and executes the code.
    Have a nice day!
    Иди в пизду!
    Bonne journée!
    Einen schönen Tag noch!
    Hezký den!
    祝你今天愉快!
    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
    By xxlukexx in forum Help
    Replies: 2
    Last Post: 10-25-2009, 12:07 AM
  2. Tele to Coords, and ::Mypos
    By 'Hunter in forum Snippets
    Replies: 11
    Last Post: 10-02-2009, 07:40 AM
  3. rs2hd mypos command
    By dadabehh in forum Help
    Replies: 0
    Last Post: 08-07-2009, 06:41 AM
  4. ::mypos that shows map coords
    By joey. in forum Snippets
    Replies: 3
    Last Post: 05-03-2009, 04:38 AM
  5. SifScape v1 ::mypos error
    By PrataKosong in forum Help
    Replies: 10
    Last Post: 04-09-2009, 06:06 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
  •