22.11.2011, 18:51
First, you forgot to close the string with " at the end.
The format line is too long, pawn stops processing them at some point, dont know when exactly.
So youll need to split it like this
Also your query string is probably too short if you also insert other strings, increase it to 250-300.
The format line is too long, pawn stops processing them at some point, dont know when exactly.
So youll need to split it like this
pawn Code:
format(query, sizeof(query), "UPDATE ...",
parameters_here, ...);