02.06.2013, 18:16
It's because the lenght of the string is not large enough to store it and it cuts it, so it will give syntax error.
By the way
By the way
pawn Код:
// An example about '':
"UPDATE `something` SET integer = %d, float = %f, string = '%s' WHERE ID = 0"