Jump to content
edysos

AI animations on MP missions

Recommended Posts

anyone knows how to put an AI animation on a MP mission? i can see it in-game, but only in SP, in MP we can´t see the animation of the soldier.

 

Share this post


Link to post
Share on other sites

if (local this) then { [this,"REPAIR_VEH_STAND"] call BIS_fnc_ambientAnim }; // or any other anim
I tried also:
if (isServer) then { [[this,"REPAIR_VEH_STAND"],BIS_fnc_ambientAnim ] remoteExec ["call"] };

Working but no added value. The animation is not synced between PCs anyway. First syntax is better for network.
 

  • Like 1

Share this post


Link to post
Share on other sites

If the BIS codes don't work as they often don't in MP, go check out Polpox Calm Animations. Can confirm they are MP compatible.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×