How to save players info?
#1

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?

Код:
PlayerInfo[playerid][pDanceGrade] += 8;
Increases the players grade.

Код:
pDanceGrade,
Код:
PlayerInfo[playerid][pDanceGrade] = 0;
Saves it into their info(notepad)
Reply
#2

Just read some saving tutorials. This just depends on whether you already got a saving system, then you just need to add that variable to it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)