17.08.2015, 09:13
Use the same method of escaping the password and stuff but instead use UPDATE instead of INSERT INTO. I highly recommend you to switch to threaded queries though.
pawn Код:
UPDATE playerdata SET playerPass = '%s' WHERE (What do you use to identifiy a player) = string/integer