07.01.2013, 21:38
Quote:
hows about loading the data before you compare strings?
Код:
INI_ParseFile(Path(playerid),"loadaccount_%s",.bExtra = true, .extra = playerid); if(strcmp(HashPass, PlayerInfo[playerid][Pass]) == 0) |
[Edit] Nope, did not work at all, same results as before (any password is accepted).