[RSPS TUT] How to Add Donator Pts [JAVA]

.Judgement

Onyx user!
Reputation
0
First Go Into Player.java-----Src----Server----Model-----Players



Code:
donPoints,

Next Go into Playersave.java-----Src----Server----Model-----Players


Add



Code:
} else if (token.equals("don-points")) {
                                                p.donPoints = Integer.parseInt(token2);


Code:
characterfile.write("don-points = ", 0, 13);
                        characterfile.write(Integer.toString(p.donPoints), 0, Integer
                                        .toString(p.donPoints).length());
                        characterfile.newLine();
 
thanks i acctualy needed this
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…