Login system not working.
#6

Quote:
Originally Posted by Rittik
Посмотреть сообщение
Код:
if(!strcmp(inputtext, pInfo[playerid][pPass]),false,strlen(inputtext))
            {
                INI_ParseFile(UserPath(playerid), "LoadUser", .bExtra = true, .extra = playerid);
                SCM(playerid,COLOR_GREEN, "You've successfully logged in.");
                return 1;
            }
pawn Код:
if(!strcmp(inputtext, pInfo[playerid][pPass]),false,strlen(inputtext))
The ignore case (false) and length (strlen) are optional parameters, so this will not work.
I think you have not loaded or saved the password correctly also check the .ini file, is the password correctly placed on it? (whats time suck?)
Reply


Messages In This Thread
Login system not working. - by rangerxxll - 30.05.2014, 03:38
Re: Login system not working. - by iRaiDeN - 30.05.2014, 04:12
Re: Login system not working. - by rangerxxll - 30.05.2014, 04:20
Re: Login system not working. - by iRaiDeN - 30.05.2014, 04:23
Re: Login system not working. - by Rittik - 30.05.2014, 05:19
Re: Login system not working. - by SyntaxQ - 30.05.2014, 06:11
Re: Login system not working. - by rangerxxll - 30.05.2014, 06:13
Re: Login system not working. - by SyntaxQ - 30.05.2014, 06:22
Re: Login system not working. - by rangerxxll - 30.05.2014, 06:24
Re: Login system not working. - by rangerxxll - 30.05.2014, 22:02

Forum Jump:


Users browsing this thread: 1 Guest(s)