1. Hi guys!

    Is it possible to stop a PlayerModel animation? I want to stop my Orc moving when in my addon shows up...

    I've tried StopAnimating() without success :S

    Please Help, THX.

  2. You probably need to use SetSequence or SetSequenceTime. StopAnimation has nothing to do with model animations, it more has to do with the 'animation' system that any frame can take advantage of.

  3. Thanks!

    I've tried SetSequence and SetSequenceTime with some values but without success :S

  4. Well I'd start looking at the methods that are defined by Model, and Playermodel. That's the top section on each of those pages on this site.