Thread: Error

Results 1 to 2 of 2
  1. #1 Error 
    Registered Member Slader's Avatar
    Join Date
    Aug 2012
    Age
    28
    Posts
    67
    Thanks given
    0
    Thanks received
    3
    Rep Power
    11
    I fixed over 88 errors, and I some how can't fix this very last one. I was working on adding a Time played counter and system. Somehow this is my error.
    Code:
    src\server\model\players\Client.java:1074: error: <identifier> expected
            pTime += System.currentTimeMillis() - recordLogin;{
                                                             ^
    1 error
    Press any key to continue . . .
    Can someone tell me what to do?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jul 2012
    Posts
    114
    Thanks given
    27
    Thanks received
    17
    Rep Power
    11
    Code:
    recordLogin;{
    That's your problem.
    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: 4
    Last Post: 02-23-2012, 10:54 PM
  2. Replies: 2
    Last Post: 01-26-2012, 03:38 PM
  3. Replies: 9
    Last Post: 10-20-2011, 07:52 AM
  4. Replies: 6
    Last Post: 09-15-2010, 04:20 PM
  5. Replies: 6
    Last Post: 05-01-2010, 05:18 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
  •