format(str,sizeof(str),"UPDATE accounts SET HasHouse = 0,HouseID = 0 WHERE Name = '%s'",HouseInfo[i][Owner]); mysql_query(str);