y_ini login system help
#6

Oh, did you change this in your 'Register' dialog? I forgot to mention that I changed more than the 'login' part of it.
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);
The whole code that I gave is what you need to replace it with.
Reply


Messages In This Thread
y_ini login system help - by sim_sima - 17.12.2013, 20:12
Re: y_ini login system help - by Blademaster680 - 17.12.2013, 21:27
Re: y_ini login system help - by sim_sima - 18.12.2013, 19:21
Re: y_ini login system help - by Threshold - 19.12.2013, 00:06
Re: y_ini login system help - by sim_sima - 19.12.2013, 09:52
Re: y_ini login system help - by Threshold - 19.12.2013, 12:16
Re: y_ini login system help - by sim_sima - 19.12.2013, 12:33
Re: y_ini login system help - by Threshold - 19.12.2013, 14:18
Re: y_ini login system help - by sim_sima - 19.12.2013, 14:19

Forum Jump:


Users browsing this thread: 1 Guest(s)