#define MAX_HOUSES 1000for(new i=0;i<MAX_HOUSES;i++){ format(housestr,sizeof(housestr),"#define CP_%i %i",i++, i);}