Thread: Only working fore me

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 Only working fore me 
    Registered Member
    Join Date
    Jan 2009
    Age
    29
    Posts
    119
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    I made a command called ::jad it teles you to jad but it only work for me and no others
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jan 2009
    Age
    29
    Posts
    119
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Vastico View Post
    lol best answer ever.
    Help please
    Reply With Quote  
     

  3. #3  
    What....Do you mind?

    Join Date
    May 2007
    Age
    32
    Posts
    552
    Thanks given
    27
    Thanks received
    24
    Rep Power
    14
    post the code
    Reply With Quote  
     

  4. #4  
    Member Only working fore me Market Banned


    Join Date
    Nov 2006
    Posts
    3,292
    Thanks given
    29
    Thanks received
    22
    Rep Power
    4355
    Ok if you find that is there is at the first sentence of the command a something like playerrights=2 or 3 just remove it.
    Spoiler for Signature:



    Nick David Matt Kevin Zack Corey Jeff GOD DAMMIT
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jan 2009
    Age
    29
    Posts
    119
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    if (command.startsWith("jad")) {
    sendMessage("You have teleported to jad try to get the firecape!");
    teleportToX = 2420;
    teleportToY = 5082;
    }
    Reply With Quote  
     

  6. #6  
    What....Do you mind?

    Join Date
    May 2007
    Age
    32
    Posts
    552
    Thanks given
    27
    Thanks received
    24
    Rep Power
    14
    Code:
    if (command.startsWith("jad")  && playerRights > 0)) {
    sendMessage("You have teleported to jad try to get the firecape!");
    teleportToX = 2420;
    teleportToY = 5082;
    }
    try that cause i had to do that on my server with few tele codes u might have take a ) at the end if u get an error when u compile.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jan 2009
    Age
    29
    Posts
    119
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by killdogz View Post
    Code:
    if (command.startsWith("jad")  && playerRights > 0)) {
    sendMessage("You have teleported to jad try to get the firecape!");
    teleportToX = 2420;
    teleportToY = 5082;
    }
    try that cause i had to do that on my server with few tele codes u might have take a ) at the end if u get an error when u compile.
    Still dont work 0 is mod plus in this source (devo)
    Reply With Quote  
     

  8. #8  
    What....Do you mind?

    Join Date
    May 2007
    Age
    32
    Posts
    552
    Thanks given
    27
    Thanks received
    24
    Rep Power
    14
    oh then i don't know soz
    Reply With Quote  
     

  9. #9  
    Registered Member
    Tom's Avatar
    Join Date
    Jul 2006
    Age
    30
    Posts
    1,148
    Thanks given
    8
    Thanks received
    87
    Rep Power
    902
    heres a tip: Learn to program and stop using shit code that should have been scrapped years ago
    uh
    Reply With Quote  
     

  10. #10  
    Banned

    Join Date
    Dec 2006
    Age
    28
    Posts
    2,196
    Thanks given
    5
    Thanks received
    23
    Rep Power
    0
    check if your posting it with commands like master cause that could mean your in an if statement like
    "if (playerRights > 2) {
    do these commands down here
    }"

    you know?
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •