12.10.2012, 21:28
(
Последний раз редактировалось ShawtyyMacJunior; 12.10.2012 в 21:29.
Причина: Adding editional information
)
Ive made a grading system. Basically it makes your grade go up each time you do something correct. The problem is that it will not save. The player will log in and they wont have the same grade, it would be set back to 0. How do i save it to what their grade is?
Increases the players grade.
Saves it into their info(notepad)
Код:
PlayerInfo[playerid][pDanceGrade] += 8;
Код:
pDanceGrade,
Код:
PlayerInfo[playerid][pDanceGrade] = 0;