14.08.2010, 20:41
You are now saving it on the playername.. You should save it in an scriptfile, for example:
pawn Код:
new file[100];
format(file, 100, "accounts/%s.ini", pname);
dini_IntSet(file, "money", money[playerid]);

