07.07.2014, 23:29
@Threshold : I think it's more possible that the problem comes from here
Because he checks if a number (or at least this is what's suggested by the use of "udb_UserInt") corresponds to an array. (he should use strcmp instead).
But till' I haven't seen the error lines, I can't judge.
pawn Код:
if (udb_UserInt(nickname,"password_hash")==hashpass) return true;
But till' I haven't seen the error lines, I can't judge.