This seems to work, play around with some test data to be sure.
Put the data in A1:H1
=COUNTIFS(A1:H1,0,B1:I1,0,C1:J1,0)
If the result equals 1 then there are 3 consecutive zeroes.
If the result equals 2 or more then there are more than 3 consecutive zeroes.