Thread: compiler error

Results 1 to 3 of 3
  1. #1 compiler error 
    Registered Member
    Join Date
    Nov 2007
    Posts
    22
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    hello peoples i am trying to add treasure trail to hatescape but i get this error dont know what to do here is the error

    client.java:10949: cannot find symbol
    symbol : variable ItemiD
    location: class client
    if (ItemiD == 2678) {
    ^
    1 error
    Files Compiled Successfully!
    Tryk på en vilkårlig tast for at fortsætte . . .

    here is the code

    if (ItemiD == 2678) {
    showInterface(7162);
    }
    Reply With Quote  
     

  2. #2  
    Registered Member
    minutes's Avatar
    Join Date
    Apr 2008
    Posts
    1,926
    Thanks given
    2
    Thanks received
    19
    Rep Power
    465
    I think that Itemid should be
    ItemId
    or ItemID



    click banner to join gtracer!
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Nov 2007
    Posts
    22
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    now i get this error

    client.java:10949: unreachable statement
    if (ItemID == 2678) {
    ^
    1 error
    Files Compiled Successfully!
    Tryk på en vilkårlig tast for at fortsætte . . .
    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
  •