Well, I've created weapon and to play animations I use this stock(thanks Arkshine)
Code:
stock UTIL_PlayWeaponAnimation ( const Player, const Sequence )
{
set_pev ( Player, pev_weaponanim, Sequence )
message_begin ( MSG_ONE_UNRELIABLE, SVC_WEAPONANIM, .player = Player )
write_byte ( Sequence )
write_byte ( pev ( Player, pev_body ) )
message_end ( )
}
And when I'm spectating someone who's firing this new weapon, I dont see weapon animations.I hear fire sounds, but no animations.Please help me to fix that

.
__________________