Whirlpool errors
#1

pawn Код:
new Query[95], epass[21], hash[130];
                mysql_real_escape_string(inputtext, epass);
                format(Query, sizeof(Query), "SELECT * FROM users WHERE name = '%s' AND password = '%s'", PlayerInfo[playerid][Name], WP_Hash(hash, sizeof(hash), epass));
I keep getting error: argument type mismatch (argument 1) on this... I don't seem to get what's wrong.
Reply


Messages In This Thread
Whirlpool errors - by LocMax - 29.11.2014, 10:13
Re: Whirlpool errors - by Raweresh - 29.11.2014, 10:16

Forum Jump:


Users browsing this thread: 1 Guest(s)