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