Thread: [PI] 3 Errors

Results 1 to 6 of 6
  1. #1 [PI] 3 Errors 
    Before "You" I Serve Nothing Mark's Avatar
    Join Date
    Sep 2010
    Posts
    1,018
    Thanks given
    36
    Thanks received
    87
    Rep Power
    21
    src\server\model\players\Client.java:621: 'else' without 'if'
    } else if (c.playerName.
    equalsIgnoreCase("Mark")) {
    ^
    src\server\model\players\packets\ClickingButtons.j ava:665: orphaned case
    case 9193:
    ^
    src\server\model\players\packets\ClickingButtons.j ava:2129: reached end of file
    while parsing
    }
    ^
    3 errors
    Press any key to continue . . .
    Please i really need help with these.
    Reply With Quote  
     

  2. #2  
    zDay Studios LTD
    Sane's Avatar
    Join Date
    May 2011
    Posts
    241
    Thanks given
    28
    Thanks received
    15
    Rep Power
    0
    The 3rd error means that either } shouldn't be there, or it's in the wrong spot.
    The 2nd error, I think means there are two cases named
    Code:
    case 9193
    And the 1st error, try removing the else in
    Code:
    } else if (c.playerName.
    equalsIgnoreCase("Mark")) {
    Reply With Quote  
     

  3. #3  
    Before "You" I Serve Nothing Mark's Avatar
    Join Date
    Sep 2010
    Posts
    1,018
    Thanks given
    36
    Thanks received
    87
    Rep Power
    21
    Fixed the else error.
    src\server\model\players\packets\ClickingButtons.j ava:665: orphaned case
    case 9193:
    ^
    src\server\model\players\packets\ClickingButtons.j ava:2127: reached end of file
    while parsing
    }
    ^
    2 errors
    Press any key to continue . . .
    Thats what i need help with still
    Reply With Quote  
     

  4. #4  
    zDay Studios LTD
    Sane's Avatar
    Join Date
    May 2011
    Posts
    241
    Thanks given
    28
    Thanks received
    15
    Rep Power
    0
    Add me on MSN, I'll take a look. [email protected] is my MSN.
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Jun 2009
    Posts
    2,916
    Thanks given
    169
    Thanks received
    806
    Rep Power
    0
    src\server\model\players\packets\ClickingButtons.j ava:665: orphaned case
    case 9193:
    ^
    add break; or a } somewhere you forgot it
    the same for the last error..
    Reply With Quote  
     

  6. #6  
    zDay Studios LTD
    Sane's Avatar
    Join Date
    May 2011
    Posts
    241
    Thanks given
    28
    Thanks received
    15
    Rep Power
    0
    Don't worry... I fixed it!

    Thread closed.
    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. D claw tut errors 2 errors!
    By T-Sex in forum Help
    Replies: 17
    Last Post: 12-30-2010, 06:25 PM
  2. Replies: 11
    Last Post: 11-07-2009, 08:43 PM
  3. Errors Erros Errors....
    By shotme in forum Help
    Replies: 5
    Last Post: 11-02-2009, 10:54 PM
  4. Replies: 1
    Last Post: 09-24-2009, 12:39 AM
  5. [errors] 508 errors [im stupid i know]
    By Nazi Fish in forum Help
    Replies: 17
    Last Post: 05-25-2009, 04:50 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
  •