19.12.2013, 12:16
Oh, did you change this in your 'Register' dialog? I forgot to mention that I changed more than the 'login' part of it.
The whole code that I gave is what you need to replace it with.
pawn Код:
new INI:iniFile = INI_Open(UserPath(playerid));
INI_SetTag(iniFile, "data");
INI_WriteString(iniFile, "password", buf);
INI_WriteInt(iniFile, "admin_level", 0);
INI_WriteInt(iniFile, "permanent_banned", 0);
INI_Close(iniFile);