15.08.2015, 19:20
Yes, it gets repeated because you are sending the message under check for every house. Create a variable, let's say id, set it to -1 and go through the loop. If the player is near the house, change the id. After the loop check if the id is equal to -1, if it is, send the message that player is not near any house.