mysql_format(mysql,query,sizeof(query), "UPDATE `houses` SET `HOwned` = %i WHERE `ID`=%d",players.ID,HouseInfo[HouseID?]);mysql_query(mysql, query);