Thread: [pi] wtf does this mean

Results 1 to 10 of 10
  1. #1 [pi] wtf does this mean 
    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\packets\ClickingButtons.j ava:1458: sendOption5(java.lan
    g.String,java.lang.String,java.lang.String,java.la ng.String,java.lang.String) in
    server.model.players.DialogueHandler cannot be applied to (java.lang.String,jav
    a.lang.String,java.lang.String)
    c.getDH().sendOption5("Ice Styrkeworms", "Desert Strykew
    orms", "Jungle Strykeworms");
    ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    Uhm?
    Reply With Quote  
     

  2. #2  
    Before "You" I Serve Nothing Mark's Avatar
    Join Date
    Sep 2010
    Posts
    1,018
    Thanks given
    36
    Thanks received
    87
    Rep Power
    21
    bump
    Reply With Quote  
     

  3. #3  
    q.q


    Join Date
    Dec 2010
    Posts
    6,519
    Thanks given
    1,072
    Thanks received
    3,535
    Rep Power
    4752
    You need 5 options, you only supplied 3.
    Reply With Quote  
     

  4. #4  
    Before "You" I Serve Nothing Mark's Avatar
    Join Date
    Sep 2010
    Posts
    1,018
    Thanks given
    36
    Thanks received
    87
    Rep Power
    21
    Quote Originally Posted by Harlan View Post
    You need 5 options, you only supplied 3.
    src\server\model\players\packets\ClickingButtons.j ava:1458: sendOption3(java.lan
    g.String,java.lang.String,java.lang.String) has private access in server.model.p
    layers.DialogueHandler
    c.getDH().sendOption3("Ice Styrkeworms", "Desert Strykew
    orms", "Jungle Strykeworms");
    ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    Tried changingit.
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Sep 2010
    Age
    29
    Posts
    567
    Thanks given
    147
    Thanks received
    202
    Rep Power
    0
    make sendoption3 public
    Reply With Quote  
     

  6. #6  
    Before "You" I Serve Nothing Mark's Avatar
    Join Date
    Sep 2010
    Posts
    1,018
    Thanks given
    36
    Thanks received
    87
    Rep Power
    21
    Quote Originally Posted by k3vin View Post
    make sendoption3 public
    Could you tell me how?
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Sep 2010
    Age
    29
    Posts
    567
    Thanks given
    147
    Thanks received
    202
    Rep Power
    0
    Quote Originally Posted by fuckingrsbot View Post
    Could you tell me how?
    Reply With Quote  
     

  8. #8  
    Donator

    Robgob69's Avatar
    Join Date
    Oct 2010
    Age
    33
    Posts
    749
    Thanks given
    71
    Thanks received
    139
    Rep Power
    117
    Quote Originally Posted by fuckingrsbot View Post
    Tried changingit.
    Go into your DialogueHandler.java and make the method "sendOption3(" have public access.

    Quote Originally Posted by fuckingrsbot View Post
    Could you tell me how?
    Honestly, do you even know java?
    potatoes.
    Reply With Quote  
     

  9. #9  
    Before "You" I Serve Nothing Mark's Avatar
    Join Date
    Sep 2010
    Posts
    1,018
    Thanks given
    36
    Thanks received
    87
    Rep Power
    21
    Quote Originally Posted by Robgob69 View Post
    Go into your DialogueHandler.java and make the method "sendOption3(" have public access.


    Honestly, do you even know java?
    No..
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Jun 2010
    Age
    29
    Posts
    891
    Thanks given
    22
    Thanks received
    47
    Rep Power
    0
    Code:
    	private void sendOption3(String s, String s1, String s2) {
    		c.getPA().sendFrame126("Select an Option", 2460);
    		c.getPA().sendFrame126(s, 2461);
    		c.getPA().sendFrame126(s1, 2462);
    		c.getPA().sendFrame126(s2, 2462);
    		c.getPA().sendFrame164(2459);
    	}
    ....
    hi
    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

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