Thread: Need help.

Results 1 to 5 of 5
  1. #1 Need help. 
    Registered Member
    Join Date
    Jul 2013
    Posts
    69
    Thanks given
    3
    Thanks received
    1
    Rep Power
    17
    would someone be able to help me

    i need a few commands would someone be able to make one or send me it in post


    would someone make me a "home" "wests" "easts" command so players can teleport to ::home ::Wests ::easts i don't know how to do it
    all i know something you do
    case
    "home"
    then something liike "sendhometeleport)case) or what ever.

    would someone help me would be much apreaited, thanks
    Reply With Quote  
     

  2. #2  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    If its pi... Just use

    c.getPA().spellTeleport(xcoords, ycoords, height);

    Find the x y an height by doing ::mypos

    The rest of the command should be common sense.. I'm not helping you with it
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jul 2013
    Posts
    69
    Thanks given
    3
    Thanks received
    1
    Rep Power
    17
    doesn't work ....
    Reply With Quote  
     

  4. #4  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by v 10 View Post
    doesn't work ....
    Because you don't know what you're doing, dont tell me it doesn't work because I know it does. I might've missed one or two things because I haven't touched an rsps in 1 or 2 weeks, but I'm pretty sure I didn't. If you can't figure this out.. Lol
    Reply With Quote  
     

  5. #5  
    Fish Mouse Tar Shark

    Join Date
    Mar 2013
    Posts
    43
    Thanks given
    0
    Thanks received
    3
    Rep Power
    11
    Code:
    if (playerCommand.startsWith("XXXX")) {
    			c.getPA().startTeleport(####, ####, 0, "modern");
    			c.sendMessage("Message to show when command is done.");
    			}
    XXXX put to home or whatever you want the command to be
    #### is the X and Y cords
    then the other part is self explanatory.
    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. I need help
    By adolfo in forum Tutorials
    Replies: 0
    Last Post: 06-26-2007, 02:58 AM
  2. Need help
    By Saint in forum General
    Replies: 4
    Last Post: 05-20-2007, 02:03 AM
  3. Need help again
    By Zane in forum Showcase
    Replies: 4
    Last Post: 04-02-2007, 09:11 PM
  4. Need help choosing sig
    By Zane in forum Showcase
    Replies: 7
    Last Post: 04-02-2007, 03:14 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •