Thread: Clickingbuttons

Results 1 to 4 of 4
  1. #1 Clickingbuttons 
    Registered Member
    Join Date
    Nov 2012
    Posts
    247
    Thanks given
    12
    Thanks received
    1
    Rep Power
    11
    i was adding something then i got stuck on this src\server\model\players\packets\ClickingButtons.j ava:1284: error: unreachable statement

    if(c.dialogueAction == 90) {
    ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    Reply With Quote  
     

  2. #2  
    Donator

    Chief Sosa's Avatar
    Join Date
    Jun 2012
    Posts
    1,163
    Thanks given
    49
    Thanks received
    234
    Rep Power
    83
    post what you added and what's above\below

    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Nov 2012
    Posts
    247
    Thanks given
    12
    Thanks received
    1
    Rep Power
    11
    Reply With Quote  
     

  4. #4  
    -Founder Off Returnofpk-


    Join Date
    Oct 2012
    Age
    28
    Posts
    655
    Thanks given
    97
    Thanks received
    211
    Rep Power
    303
    Quote Originally Posted by coldest View Post
    i was adding something then i got stuck on this src\server\model\players\packets\ClickingButtons.j ava:1284: error: unreachable statement

    if(c.dialogueAction == 90) {
    ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    make it like this

    Code:
    } else if (c.dialogueAction == 90) {
                               if(c.checkEmpty()){
    				c.getPA().removeAllWindows();
    				Dungeoneering.startFloor1(c);
    	        } else {
    c.sendMessage("You are not allowed to take anything into Dungeoneering!");
    }
    }
    Attached image
    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. [PI] Clickingbuttons.java - NPCTalk
    By Abnant in forum Help
    Replies: 8
    Last Post: 02-05-2013, 01:41 AM
  2. Replies: 15
    Last Post: 03-20-2011, 07:15 PM
  3. [PI] clickingbuttons.
    By hontiris1 in forum Help
    Replies: 6
    Last Post: 12-26-2010, 01:10 PM
  4. [PI] ClickingButtons Bug
    By iobpkbarrage in forum Help
    Replies: 0
    Last Post: 11-27-2010, 06:28 PM
  5. [PI] Nicks client, clickingbuttons.java
    By AFGscape in forum Snippets
    Replies: 8
    Last Post: 11-08-2010, 04:15 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
  •