Animations
#1

Hi, I'm not even sure if I had to create a thread about this question here, but my question is: why don't the animations get played for the first time? I know I need to pre-load the animation library and that's what I do, but it doesn't help. I even created a custom function for that:
Код:
ApplyAnimationEx(playerid, animlib[], animname[], Float:fDelta, loop, lockx, locky, freeze, time, forcesync = true)
{
	ApplyAnimation(playerid, animlib, "null", 0.0, 0, 0, 0, 0, 0);
	ApplyAnimation(playerid, animlib, animname, fDelta, loop, lockx, locky, freeze, time, forcesync);
}
but the animations are still not playing for the first time. That's kind of a stupid question, but could someone tell me what am I doing wrong?
Reply


Messages In This Thread
Animations - by GoldenLion - 27.12.2016, 22:40
Re: Animations - by Eoussama - 27.12.2016, 22:42
Re: Animations - by Lordzy - 27.12.2016, 22:49
Re: Animations - by SickAttack - 27.12.2016, 23:29
Re: Animations - by GoldenLion - 28.12.2016, 12:48

Forum Jump:


Users browsing this thread: 1 Guest(s)