11.06.2013, 17:11
I managed to fix the error, though now its saying I have the incorrect password:
pawn Код:
format(Query, 500, "SELECT CONCAT( salt, password ) FROM `users` WHERE `username` = '%s' AND `password` = CONCAT(salt, '%s')"