-
Posted by richardCANE on Sun, 13 Jun 2010 12:59:11
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.
-
Posted by jnwhiteh on Sun, 13 Jun 2010 14:00:08
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.
-
Posted by richardCANE on Sun, 13 Jun 2010 15:34:53
Thanks!
I've tried SetSequence and SetSequenceTime with some values but without success :S
-
Posted by jnwhiteh on Sun, 13 Jun 2010 15:36:33
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.