MultiGamer Posted February 23, 2015 Report Share Posted February 23, 2015 Hi all... How to set animation for player? I use: player animate ["Acts_TreaningWounded06", 1]; This is does't working. Link to comment Share on other sites More sharing options...
0 larsmos2011 Posted February 23, 2015 Report Share Posted February 23, 2015 First you need to search your animation and make sure what kind it is. is it an action or a move ? then you can use this for moves: player playMove "AinvPercMstpSnonWnonDnon_Putdown_AmovPercMstpSnonWnonDnon"; //Example, --> grabbing sth. and for actions player playActionNow "Medic"; //Example, Standard Medikit Animation Link to comment Share on other sites More sharing options...