28.12.2014, 18:49
I've already told you there's no issue with the saving, meh. Here.
pawn Код:
new INI:File = INI_Open(UserPath(playerid));
INI_SetTag(File,"data");
printf("donator!!!!! %i",PlayerInfo[playerid][Donator]);
INI_WriteInt(File,"Donator",PlayerInfo[playerid][Donator]);
INI_Close(File);