stock HouseFile(houseid){ new string[10]; format(string, sizeof(string), HOUSEPATH, houseid); if(!fexist(string)) string = " "; return string;}