Thread: 5 errors,. help please

Results 1 to 5 of 5
  1. #1 5 errors,. help please 
    Registered Member puresdeath's Avatar
    Join Date
    May 2008
    Posts
    172
    Thanks given
    12
    Thanks received
    1
    Rep Power
    4
    well i was doing pest control tutorial and.. i got these errors ill give thanks and rep to whoever helps me fix it.. thanks

    Code:
    src\server\model\players\Client.java:1121: error: cannot find symbol
                PestControl.removePlayerGame(this);
                           ^
      symbol:   method removePlayerGame(Client)
      location: class PestControl
    src\server\model\players\CombatAssistant.java:33: error: cannot find symbol
    if (damage > 0 && PestControl.isInGame(c)) {
                                 ^
      symbol:   method isInGame(Client)
      location: class PestControl
    src\server\model\players\CombatAssistant.java:585: error: cannot find symbol
    if (damage > 0 && PestControl.isInGame(c)) {
                                 ^
      symbol:   method isInGame(Client)
      location: class PestControl
    src\server\model\players\CombatAssistant.java:658: error: cannot find symbol
    if (damage > 0 && PestControl.isInGame(c)) {
                                 ^
      symbol:   method isInGame(Client)
      location: class PestControl
    src\server\model\players\CombatAssistant.java:775: error: cannot find symbol
    if (damage > 0 && PestControl.isInGame(c)) {
                                 ^
      symbol:   method isInGame(Client)
      location: class PestControl
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    5 errors
    Press any key to continue . . .

    Quote Originally Posted by Andrew View Post
    Never, knew blunt objects with spikes came out of your pants.
    Reply With Quote  
     

  2. #2  
    Registered Member Pakku's Avatar
    Join Date
    Mar 2010
    Posts
    1,234
    Thanks given
    127
    Thanks received
    111
    Rep Power
    47
    You do not have the method "isInGame"


    Reply With Quote  
     

  3. #3  
    The Illest

    iitzTyson's Avatar
    Join Date
    May 2010
    Posts
    1,164
    Thanks given
    345
    Thanks received
    73
    Rep Power
    103
    You forgot to add imports.
    Reply With Quote  
     

  4. #4  
    Registered Member puresdeath's Avatar
    Join Date
    May 2008
    Posts
    172
    Thanks given
    12
    Thanks received
    1
    Rep Power
    4
    they told me to import this
    Code:
    import server.model.minigames.PestControl;
    but i have, and nothing changed

    Quote Originally Posted by Andrew View Post
    Never, knew blunt objects with spikes came out of your pants.
    Reply With Quote  
     

  5. #5  
    Registered Member puresdeath's Avatar
    Join Date
    May 2008
    Posts
    172
    Thanks given
    12
    Thanks received
    1
    Rep Power
    4
    Xddddddddddd

    Quote Originally Posted by Andrew View Post
    Never, knew blunt objects with spikes came out of your pants.
    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. Replies: 72
    Last Post: 01-24-2017, 02:03 PM
  2. D claw tut errors 2 errors!
    By T-Sex in forum Help
    Replies: 17
    Last Post: 12-30-2010, 06:25 PM
  3. Replies: 11
    Last Post: 11-07-2009, 08:43 PM
  4. Replies: 1
    Last Post: 09-24-2009, 12:39 AM
  5. clanchat errors plz help only 7 errors
    By Snow Cat123 in forum Help
    Replies: 4
    Last Post: 07-12-2009, 03:23 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •