cheese
12-30-2007, 02:10 PM
is the model for survivors based off the combine model? if so it would explain why it doesn't show the animation.
From:
http://developer.valvesoftware.com/wiki/No_Animation_for_Combine_Models
If you have created a mod based off of HL2:MP, you may have this issue. Combine players will appear to other players as a simple combine model with his arms out to his side, with no walking animation, nor any other type of animation. When they walk around, they simply appear to glide along the ground. You may need to disable client side model changing in your gameinfo.txt to prevent players from picking a non-working model.
if its the case...by replacing the combine_soldier model with the police model it fixes the problem.
From:
http://developer.valvesoftware.com/wiki/No_Animation_for_Combine_Models
If you have created a mod based off of HL2:MP, you may have this issue. Combine players will appear to other players as a simple combine model with his arms out to his side, with no walking animation, nor any other type of animation. When they walk around, they simply appear to glide along the ground. You may need to disable client side model changing in your gameinfo.txt to prevent players from picking a non-working model.
if its the case...by replacing the combine_soldier model with the police model it fixes the problem.