I am using
PHP Code:
SendWeaponAnim( const Player, const Sequence )
{
set_pev(Player, pev_weaponanim, Sequence)
message_begin(MSG_ONE, SVC_WEAPONANIM, .player = Player )
write_byte( Sequence )
write_byte(1)
message_end( )
}
But female hands do not appear all the time, sometimes they reset to the male hands(bodygroup 0)
Models :
http://rghost.ru/38139468
__________________