Thread: [NON-RENAMED]Items Kept on Death Interface

Page 22 of 22 FirstFirst ... 12202122
Results 211 to 218 of 218
  1. #211  
    Banned

    Join Date
    Nov 2009
    Posts
    4,222
    Thanks given
    2,950
    Thanks received
    1,362
    Rep Power
    0
    Errors and a lot of them after Server Sided stuff.
    Reply With Quote  
     

  2. #212  
    Registered Member
    Join Date
    Jun 2009
    Posts
    254
    Thanks given
    1
    Thanks received
    0
    Rep Power
    1
    For the server sided code, I am suppose to replace the # signs in case #### to numbers, but what numbers do I use? I am very lost on that part. I feel as if I am suppose to find the ID somewhere, but where?
    Reply With Quote  
     

  3. #213  
    Donator

    Join Date
    Sep 2009
    Posts
    86
    Thanks given
    1
    Thanks received
    0
    Rep Power
    12
    Code:
    clickingMost.java:80: cannot find symbol
    symbol  : class List
    location: class clickingMost
    List<GameItem> allitems = new ArrayList<GameItem>();
    ^
    clickingMost.java:80: cannot find symbol
    symbol  : class ArrayList
    location: class clickingMost
    List<GameItem> allitems = new ArrayList<GameItem>();
                                  ^
    clickingMost.java:81: cannot find symbol
    symbol  : class List
    location: class clickingMost
    List<Integer> keepItems = new ArrayList<Integer>();
    ^
    clickingMost.java:81: cannot find symbol
    symbol  : class ArrayList
    location: class clickingMost
    List<Integer> keepItems = new ArrayList<Integer>();
                                  ^
    clickingMost.java:104: cannot find symbol
    symbol  : variable keepItem
    location: class client
    if(c.keepItem) {
        ^
    clickingMost.java:129: cannot find symbol
    symbol  : variable keepItem
    location: class client
    if(c.keepItem) {
        ^
    6 errors
    Help please will donate $10

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  4. #214  
    Registered Member
    Join Date
    Mar 2010
    Posts
    1,011
    Thanks given
    2
    Thanks received
    4
    Rep Power
    11
    Basically what is happening is that whenever I use the senFrame such as the one below:
    Code:
    sendFrame34(10600,itemLose29,28,1);
    I get errors that says the things that go in the parenthesis() should be 4 ints and not int, String, int, int.

    Any idea?
    Reply With Quote  
     

  5. #215  
    Registered Member
    Join Date
    Mar 2010
    Posts
    1,011
    Thanks given
    2
    Thanks received
    4
    Rep Power
    11
    Someone tell me they know why this is so. Why are the people putting strings when the compiler says only ints?
    Reply With Quote  
     

  6. #216  
    Registered Member
    Join Date
    Mar 2010
    Posts
    1,011
    Thanks given
    2
    Thanks received
    4
    Rep Power
    11
    Quote Originally Posted by thomy-13 View Post
    Can't see that stuipd dump in server... there you go guys:

    Add this to your client class:



    Don't forget these imports at the top of your button handler:


    Add this to your button-id handler:
    THANK YOU THANK YOU VERY VERY MUCH!

    Spent a few hours lookign though all these posts trying to figure out what was wrong. And then, I found your post, the genius who had posted the sendFrame34 method.

    Mines works fine now.

    Ares, you should add that method to your guide. It helps alot.
    Reply With Quote  
     

  7. #217  
    Super Donator


    Join Date
    Mar 2009
    Age
    25
    Posts
    1,393
    Thanks given
    316
    Thanks received
    408
    Rep Power
    608
    Thanks, using this =]
    Reply With Quote  
     

  8. #218  
    Registered Member darkvador317's Avatar
    Join Date
    Apr 2010
    Posts
    125
    Thanks given
    6
    Thanks received
    4
    Rep Power
    2
    i have a question like everyone else, how come my items dont show up on the items kept on death when i change the itemID and all that stuff can anyone tell me plz
    Reply With Quote  
     

Page 22 of 22 FirstFirst ... 12202122

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Tags for this Thread

View Tag Cloud

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