[HELP] Help?
#1

Hey all i don't know how do make a saving score system useing Dini.inc
Look this code and can you help me?

pawn Код:
PlayerInfo[playerid][Score] = dini_Int(file,"Score");
Reply
#2

You could do something like this:
pawn Код:
dini_IntSet(file, "Score", PlayerInfo[playerid][Score]);
//Or even this:
dini_IntSet(file, "Score", GetPlayerScore(playerid));
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)