01.11.2016, 11:59
After reading again what you were trying to do, I noticed that REPLACE was correct but INSERT INTO .. ON DUPLICATE is somewhat better. I did modify my post a couple of times, sorry about that.
So if you want to keep your old syntax, post the error in syntax you got even though the query seems ok.
About the above errors, the line is too long - split the arguments at the next line:
So if you want to keep your old syntax, post the error in syntax you got even though the query seems ok.
About the above errors, the line is too long - split the arguments at the next line:
pawn Код:
mysql_format(..., "...",
GetModelID(GetPVarInt(playerid, "edit")), ...);