Thread: weird error?

Results 1 to 4 of 4
  1. #1 weird error? 
    Registered Member Philz's Avatar
    Join Date
    Feb 2009
    Posts
    195
    Thanks given
    0
    Thanks received
    0
    Rep Power
    9
    client.java:11450: incompatible types
    found : int
    required: boolean
    if (hasAccepted)
    ^
    1 error
    Finished!
    Press any key to continue . . .
    Quote Originally Posted by Tyler
    Edit that one line and its done, i won't tell you the line though because I like it straight up my ass.
    Reply With Quote  
     

  2. #2  
    Respected Member


    Join Date
    Jan 2009
    Posts
    5,743
    Thanks given
    1,162
    Thanks received
    3,603
    Rep Power
    5000
    hasAccepted is an int not a boolean.

    boolean hasAccepted = false;

    You have it set as an int

    int hasAccepted = 0;
    Reply With Quote  
     

  3. #3  
    Registered Member
    AndyJay's Avatar
    Join Date
    Jun 2008
    Posts
    1,285
    Thanks given
    38
    Thanks received
    48
    Rep Power
    84
    if (hasAccepted()) ?


    Reply With Quote  
     

  4. #4  
    i hazy i
    Guest
    Quote Originally Posted by AndyJay123 View Post
    if (hasAccepted()) ?
    Lol.
    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
  •