Thread: adding overloads

Results 1 to 3 of 3
  1. #1 adding overloads 
    Registered Member
    Join Date
    Jul 2011
    Posts
    162
    Thanks given
    0
    Thanks received
    3
    Rep Power
    12
    I get this error
    Code:
    src\server\model\players\Client.java:159: cannot find symbol
    symbol: variable CombatType
                                    handleHitMask(10,CombatType.NONE);
                                                     ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jul 2011
    Posts
    162
    Thanks given
    0
    Thanks received
    3
    Rep Power
    12
    bump
    Reply With Quote  
     

  3. #3  
    q.q


    Join Date
    Dec 2010
    Posts
    6,519
    Thanks given
    1,072
    Thanks received
    3,535
    Rep Power
    4752
    Code:
    handleHitMask(10,Config.CombatType.NONE);
    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. [PI] adding OVERLOADS
    By titas lol in forum Tutorials
    Replies: 43
    Last Post: 08-06-2014, 04:43 AM
  2. [PI] Overloads
    By Deth in forum Help
    Replies: 5
    Last Post: 05-21-2012, 12:57 AM
  3. PI overloads rep ++
    By stuff in forum Help
    Replies: 2
    Last Post: 10-25-2011, 05:36 AM
  4. [525]Adding 100% Overloads[525]
    By Sam A.A in forum Configuration
    Replies: 3
    Last Post: 01-15-2011, 08:30 AM
  5. 613/614 Adding Overloads
    By Juggalo Family in forum Snippets
    Replies: 4
    Last Post: 09-21-2010, 02:37 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •