hm, i remembered there's a bug related to bones animation, when several entities use the same mdl file.
as i remeber, you could solve this bug by setting the u and v parameters of the entities to anything != 0...
try putting this in the enemies action:
Code:

action enemy(){
my.u = 0.01;
my.v = 0.01;
etc...