24.05.2015, 21:27
It is saved correctly if you open the file, write and close it but you do store it to the variable wrong.
pawn Код:
strcat((PlayerInfo[playerid][pEmail][0] = EOS, PlayerInfo[playerid][pEmail]), inputtext, 20);
...
INI_WriteString(File, "Email", inputtext);