04.01.2015, 13:16
Are you sure not using " ` " around 'Bank' will work? I never worked on MySQL queries without ` symbols around the name of the variable. Try using ` around it, like:
pawn Код:
"UPDATE `Bank` SET `bMoney`='%d' WHERE `Name`='%s'"
