Animation name - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Animation name (
/showthread.php?tid=640664)
Animation name -
None1337 - 05.09.2017
Hello guys, I'm still looking for this animation and I can not find it, can someone help me?
Video: (is applied when player enter in checkpoint)
https://www.youtube.com/watch?v=G5a75tYEqJM
Thanks!
Re: Animation name -
Meller - 05.09.2017
https://sampwiki.blast.hk/wiki/Animations#CARRY
"CARRY",
putdwn
putdwn05
putdwn105
Re: Animation name -
None1337 - 05.09.2017
Quote:
Originally Posted by Meller
|
Thanks, i found. But i have problem, when i applied to player this animation is repeated and does not end.
Код:
ApplyAnimation(playerid, "CARRY", "putdwn05", 4.0, 0, 0, 0, 0, 3000);
What should I do?
Re: Animation name -
Meller - 05.09.2017
ApplyAnimation(playerid, animlib[], animname[], Float:fDelta, loop, lockx, locky, freeze, time, forcesync = 0)
Код:
ApplyAnimation(playerid, "CARRY", "putdwn05", 4.1, 0, 0, 0, 0, 500, 1);
Re: Animation name -
None1337 - 05.09.2017
Quote:
Originally Posted by Meller
ApplyAnimation(playerid, animlib[], animname[], Float:fDelta, loop, lockx, locky, freeze, time, forcesync = 0)
Код:
ApplyAnimation(playerid, "CARRY", "putdwn05", 4.1, 0, 0, 0, 0, 500, 1);
|
thanks!