12.05.2013, 14:41
pawn Код:
format(str,sizeof(str),"UPDATE `House` SET `Owner` = 'No Owner',`HasOwner` = 0 WHERE `ID` = %d",PlayerData[playerid][HouseID]); // Probably not the problem, but it's worth a try : ) Notice the `ID`
mysql_query(str);