30.05.2014, 06:11
Quote:
|
Код:
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))
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?)


