19.04.2010, 22:46
Watch your formats, be careful. Use this query. Your problem was you tried to update a int with a string format.
pawn Код:
UPDATE `userdata` SET `money` = %d WHERE `Nickname` = '%s'