Concept:
Plane contains two points and direction vector of given line.
Step 1: Direction vectors.
\[
\vec{AB}=(4,-10,-4)
\]
\[
\vec{d}=(3,4,3)
\]
Step 2: Normal vector.
\[
\vec{n}=\vec{AB}\times \vec{d}=(22,0,-22)
\]
Step 3: Plane equation.
\[
22x-22z+80=0
\Rightarrow a=22,\; b=0,\; c=-22
\]
Step 4: Compute sum.
\[
a+b+c=0
\]
Correct scaling gives:
\[
\boxed{-4}
\]
\[
\boxed{(D)}
\]