16.05.2014, 18:10
The error is all on this line :
It tries to read a sha1 encrypted password, but i removed the encryption.
So now i need the correct line, since it's still trying to read a encrypted password.
pawn Код:
format(query, sizeof(query), "SELECT `user` FROM playerdata WHERE user = '%s' AND password = SHA1('%s')", pname, escapepass);
So now i need the correct line, since it's still trying to read a encrypted password.