Thread: appendDamages Error

Results 1 to 3 of 3
  1. #1 appendDamages Error 
    Officially Retired


    Join Date
    Oct 2007
    Age
    30
    Posts
    5,454
    Thanks given
    558
    Thanks received
    122
    Rep Power
    1364
    Code:
    Compiling All Files
    .\net\com\codeusa\model\Player.java:1540: cannot find symbol
    symbol  : variable p
    location: class net.com.codeusa.model.Player
     appendDamages(5, 0);
     ^
    .\net\com\codeusa\model\Player.java:1545: cannot find symbol
    symbol  : method appendDamages(int,int)
    location: class net.com.codeusa.model.Player
     appendDamages(5, 0);
     ^
    .\net\com\codeusa\model\Player.java:1550: cannot find symbol
    symbol  : method appendDamages(int,int)
    location: class net.com.codeusa.model.Player
     appendDamages(5, 0);
     ^
    .\net\com\codeusa\model\Player.java:1555: cannot find symbol
    symbol  : method appendDamages(int,int)
    location: class net.com.codeusa.model.Player
     appendDamages(5, 0);
     ^
    .\net\com\codeusa\model\Player.java:1560: cannot find symbol
    symbol  : method appendDamages(int,int)
    location: class net.com.codeusa.model.Player
     appendDamages(5, 0);
     ^
    Note: .\net\com\codeusa\clanchat\Room.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    5 errors
    Press any key to continue . . .
    Getting That Sick Error.
    Reply With Quote  
     

  2. #2  
    Extreme Donator


    Join Date
    Jul 2009
    Age
    27
    Posts
    4,351
    Thanks given
    826
    Thanks received
    1,239
    Rep Power
    1781
    Either
    Code:
    public boolean appendDamage;
    Or...
    Code:
    public int appendDamage

    You can find my GitHub here, for what I'm currently working on.
    Reply With Quote  
     

  3. #3  
    Officially Retired


    Join Date
    Oct 2007
    Age
    30
    Posts
    5,454
    Thanks given
    558
    Thanks received
    122
    Rep Power
    1364
    Quote Originally Posted by [XxX]Sk84lyfe[XxX] View Post
    Either
    Code:
    public boolean appendDamage;
    Or...
    Code:
    public int appendDamage


    both dosnet work..
    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
  •