stock ADAvalibles() { new count; for(new i = 0; i < MAX_AD; i++){ if(ADInfo[i][aActive] == 1){ count++; } } return 1; }