Thread: [PI] Player Saving Issue #2

Results 1 to 7 of 7
  1. #1 [PI] Player Saving Issue #2 
    Registered Member Yess's Avatar
    Join Date
    Nov 2012
    Posts
    47
    Thanks given
    18
    Thanks received
    1
    Rep Power
    13
    Hi again. So, after rerouting the path for playersave.java to fix an error with player saving I now still have 3 issues in which I'm guessing is in relation to playersaving.java

    I do not fully understand c++ syntax as most of my developing experience is in website development therefore this whole thing is a huge learning process for me. Would someone possibly be able to give me a hand, or give me a quick idea of what to do in order to fix the player saving issue? All the code is there, just I think something isn't linking up properly. All help is massively apprecaited.

    Here is my compiler error currently by the way: 85c0b799d2180d836378a7ac3992641e.png
    Reply With Quote  
     

  2. #2  
    Registered Member Yess's Avatar
    Join Date
    Nov 2012
    Posts
    47
    Thanks given
    18
    Thanks received
    1
    Rep Power
    13
    2$ to the first person who can solve this incredibly simple issue for me. I know it's simple for someone who's familiar with c++ syntax :/.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by Yess View Post
    2$ to the first person who can solve this incredibly simple issue for me. I know it's simple for someone who's familiar with c++ syntax :/.
    did you already look in player.java and client.java to see if you have the variables
    Reply With Quote  
     

  4. #4  
    Registered Member
    danimals br0's Avatar
    Join Date
    Aug 2010
    Posts
    885
    Thanks given
    64
    Thanks received
    94
    Rep Power
    109
    Quote Originally Posted by Yess View Post
    Hi again. So, after rerouting the path for playersave.java to fix an error with player saving I now still have 3 issues in which I'm guessing is in relation to playersaving.java

    I do not fully understand c++ syntax as most of my developing experience is in website development therefore this whole thing is a huge learning process for me. Would someone possibly be able to give me a hand, or give me a quick idea of what to do in order to fix the player saving issue? All the code is there, just I think something isn't linking up properly. All help is massively apprecaited.

    Here is my compiler error currently by the way: 85c0b799d2180d836378a7ac3992641e.png
    you gotta add the variable (Boolean) hasStarted into client.java
    Reply With Quote  
     

  5. #5  
    Registered Member Yess's Avatar
    Join Date
    Nov 2012
    Posts
    47
    Thanks given
    18
    Thanks received
    1
    Rep Power
    13
    Quote Originally Posted by Karma_K View Post
    did you already look in player.java and client.java to see if you have the variables
    I'm honestly not even 100% what it is that I'm looking for. This is a source that I bought off a friend a long while ago that I know had all of the variables necessary though... It worked previously when he was using it.


    I assume you're talking about the variable mentioned called "hasStarter" ? If so, I just CTRL f'd for it in player.java and client.java and was unable to find it. I'm certain it exists, I just don't know where to look for it in order to be sure that it's linking up to the right file I suppose...
    Reply With Quote  
     

  6. #6  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by Yess View Post
    I'm honestly not even 100% what it is that I'm looking for. This is a source that I bought off a friend a long while ago that I know had all of the variables necessary though... It worked previously when he was using it.


    I assume you're talking about the variable mentioned called "hasStarter" ? If so, I just CTRL f'd for it in player.java and client.java and was unable to find it. I'm certain it exists, I just don't know where to look for it in order to be sure that it's linking up to the right file I suppose...
    pm me teamviewer.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Dec 2010
    Posts
    149
    Thanks given
    2
    Thanks received
    12
    Rep Power
    5
    Quote Originally Posted by Yess View Post
    I'm honestly not even 100% what it is that I'm looking for. This is a source that I bought off a friend a long while ago that I know had all of the variables necessary though... It worked previously when he was using it.


    I assume you're talking about the variable mentioned called "hasStarter" ? If so, I just CTRL f'd for it in player.java and client.java and was unable to find it. I'm certain it exists, I just don't know where to look for it in order to be sure that it's linking up to the right file I suppose...
    Um.. I don't know why you are saying C++.. When this is Java.. But, it seems that either p is not defined in the playersave file and must be replace with c. or you have not defined hasStarter.. And since you say its not in client or player I doubt it exist.. Since normally p stands for either client or player.. But if you simply remove those two things it will remove the error but starter wouldn't work unless if you can find out where the method is.
    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] Player Saving Issue
    By Yess in forum Help
    Replies: 7
    Last Post: 05-21-2013, 08:47 PM
  2. PI auto save issue
    By Syndicate in forum Help
    Replies: 12
    Last Post: 07-10-2011, 03:22 AM
  3. [PI]Player Saving Issue
    By Arithium in forum Help
    Replies: 3
    Last Post: 04-22-2011, 11:03 PM
  4. Replies: 1
    Last Post: 12-23-2010, 10:25 AM
  5. [pi] Player Saving
    By Ryan Is Pro in forum Help
    Replies: 3
    Last Post: 08-22-2010, 07:44 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
  •