new rand;while(!IsPlayerInRangeOfPoint(playerid, 30, HouseInfo[rand][hExteriorX], HouseInfo[rand][hExterioY], HouseInfo[rand][hExteriorZ)){ rand = random(MAX_HOUSES-1);}// What happens.