18.04.2011, 12:35
Try changing your query to:
Or why do you need to check the house count at all? Just do:
pawn Код:
while(mysql_fetch_row( Query ) && House < 49 )
pawn Код:
while( mysql_fetch_row( Query ) )