20.03.2011, 00:02
Ehh..try this and make sure that what your trying to select and whatnot is actually in your db:
pawn Код:
format(Query, sizeof(Query), "SELECT * FROM playerinfo WHERE user=%s AND password= MD5('%s')", escpname, inputtext);