27.12.2016, 22:40
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:
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?
Код:
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); }