14.03.2015, 16:51
Give this a shot:
Most likely you are not setting a limit for the strings inside the query, and thus considering it a field.
Код:
mysql_format(mysql, query, sizeof(query), "UPDATE `"HouseTable"` SET `Owned`='%i', `Owner`='%e' WHERE `ID` = '%i'", hInfo[id][Owned], hInfo[id][Owner], id); mysql_tquery(mysql, query);