Have 2 say command twice before animation starts?
#8

Ok I realise this thread is a little old, but I've searched and didn't find a solution anywhere else. I have this exact same problem. Sometimes (but not always) using a call to ApplyAnimation does not work, and you must call it again some time later (use the animation command a second time) to get the animation to play.

There are lots of servers out there which seem not to have this problem, with animation commands that show the player animations consistently the first time they are called for. Someone must know how to fix this issue. What's the deal?

[EDIT]

Solution found, for any animation from animation library "ANIM_LIB":

Код:
OnPlayerSpawn(playerid) {

   ApplyAnimation(playerid,"ANIM_LIB","null",0.0,0,0,0,0,0);
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)