28.07.2011, 13:56
If you decide to use the grave symbol (`), you need to wrap it around fields too.
pawn Код:
format(str, sizeof(str), "SELECT `Password` FROM `Players` WHERE `Name` = '%s'", playername);