17.01.2012, 20:45
At the end of your query:
Should be:
You probably forgot to remove the ,
Maybe there are other syntax errors, but that one will stop the query from functioning.
pawn Код:
`Callsign`=%s, WHERE `Username` = %s",
pawn Код:
`Callsign`=%s WHERE `Username` = %s",
Maybe there are other syntax errors, but that one will stop the query from functioning.