Thread: [PI]Help with Points save

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 [PI]Help with Points save 
    DreamScape GFX Artist
    Famouz's Avatar
    Join Date
    Aug 2011
    Age
    28
    Posts
    169
    Thanks given
    6
    Thanks received
    2
    Rep Power
    13
    Fixed!
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Apr 2012
    Posts
    749
    Thanks given
    5
    Thanks received
    1
    Rep Power
    10
    it was in ur last post,
    Code:
    	characterfile.write("votingPoints = ", 0, 15);
    			characterfile.write(Integer.toString(p.votingPoints), 0, Integer.toString(p.votingPoints).length());
    			characterfile.newLine();
    Under

    Code:
    			characterfile.write("fightMode = ", 0, 12);
    			characterfile.write(Integer.toString(p.fightMode), 0, Integer.toString(p.fightMode).length());
    			characterfile.newLine();
    Reply With Quote  
     

  3. #3  
    #Winning

    Join Date
    Apr 2011
    Age
    28
    Posts
    2,245
    Thanks given
    367
    Thanks received
    388
    Rep Power
    1187
    add it to their player save.


    Vouches
    Spoiler for Vouches:

    Quote Originally Posted by Exile rsps View Post
    Vouch thanks for that pic
    Quote Originally Posted by bwuk _im_pb View Post
    i vouch for charlie hes legit
    Quote Originally Posted by Pastaway
    Vouch for 'Charlie. Added a tut to my server I couldn't add and payed him after =]
    Quote Originally Posted by mongolias
    Vouch for 'Charlie. Sold me a banner, the trade went quick and efficiently.
    Quote Originally Posted by Lane
    Vouch for charlie, he is #1
    Quote Originally Posted by Raw Envy View Post
    Vouch for Charlie.
    Quote Originally Posted by -Null Code-
    Vouch Legit bought rs membership
    Quote Originally Posted by tucybro
    Traded with Charlie, went smoothly I went first and he paid promptly without and issues, great trader!



    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Apr 2012
    Posts
    749
    Thanks given
    5
    Thanks received
    1
    Rep Power
    10
    i myself have a problem with that code but its supposed to work, when i use it theres no '=' sign in my acc files
    Reply With Quote  
     

  5. #5  
    DreamScape GFX Artist
    Famouz's Avatar
    Join Date
    Aug 2011
    Age
    28
    Posts
    169
    Thanks given
    6
    Thanks received
    2
    Rep Power
    13
    Ya it didnt work.
    Reply With Quote  
     

  6. #6  
    OoO Donor <3
    Rockstar Jax's Avatar
    Join Date
    Mar 2011
    Age
    27
    Posts
    608
    Thanks given
    77
    Thanks received
    78
    Rep Power
    21
    player.java

    Code:
    skillpoints = 0,

    make your playersave save to that

    <-- amateur sig skills dont hate
    Reply With Quote  
     

  7. #7  
    DreamScape GFX Artist
    Famouz's Avatar
    Join Date
    Aug 2011
    Age
    28
    Posts
    169
    Thanks given
    6
    Thanks received
    2
    Rep Power
    13
    Quote Originally Posted by fogle7 View Post
    player.java

    Code:
    skillpoints = 0,

    make your playersave save to that
    still doesnt save my points.
    Reply With Quote  
     

  8. #8  
    DreamScape GFX Artist
    Famouz's Avatar
    Join Date
    Aug 2011
    Age
    28
    Posts
    169
    Thanks given
    6
    Thanks received
    2
    Rep Power
    13
    anybody going to help? I really need it
    Reply With Quote  
     

  9. #9  
    DreamScape GFX Artist
    Famouz's Avatar
    Join Date
    Aug 2011
    Age
    28
    Posts
    169
    Thanks given
    6
    Thanks received
    2
    Rep Power
    13
    bumpppp
    Reply With Quote  
     

  10. #10  
    Registered Member

    Join Date
    Apr 2012
    Posts
    762
    Thanks given
    0
    Thanks received
    276
    Rep Power
    213
    Code:
    	characterfile.write("skillPoints = ", 0, 14);
    			characterfile.write(Integer.toString(p.votingPoints), 0, Integer.toString(p.skillPoints).length());
    			characterfile.newLine();
    You probably didn't have the right value after the 0. The value (in this case 14) is the amount of characters in between the quotation marks.
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. [Dementhium 639] Getting pk points to save
    By wildking72 in forum Requests
    Replies: 3
    Last Post: 12-22-2011, 07:56 AM
  2. [Dementhium 639] Getting pk points to save
    By wildking72 in forum Help
    Replies: 0
    Last Post: 12-21-2011, 07:31 PM
  3. Replies: 3
    Last Post: 09-02-2011, 06:37 PM
  4. How come my points dont save? [pi]
    By jake3393 in forum Help
    Replies: 4
    Last Post: 11-13-2010, 09:07 AM
  5. How to make points save? *z525*
    By pk3r john in forum Help
    Replies: 1
    Last Post: 12-28-2009, 08:26 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
  •