ApplyAnimation question - 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: ApplyAnimation question (
/showthread.php?tid=360636)
ApplyAnimation question -
stormchaser206 - 18.07.2012
Sorry if this sounds like a dumb question (its early in the morning here):
But what is looping for animations?
Thanks,
stormchaser206
Re: ApplyAnimation question -
IstuntmanI - 18.07.2012
If it will be repeated after it's finished.
Re: ApplyAnimation question -
L.Hudson - 18.07.2012
Try getting some help for animations related from here
https://sampwiki.blast.hk/wiki/ApplyAnimation
Re: ApplyAnimation question -
stormchaser206 - 18.07.2012
Also if its not looping what do i set for the time?
Re: ApplyAnimation question -
ViniBorn - 18.07.2012
pawn Код:
ApplyAnimation(playerid, animlib[], animname[], Float:fDelta, loop, lockx, locky, freeze, time, forcesync)
If 'loop' is 0, don't worry 'time'
Re: ApplyAnimation question -
stormchaser206 - 18.07.2012
Is the time parameter optional?
Re: ApplyAnimation question -
ViniBorn - 18.07.2012
No, but if 'loop' is 0, time' will not work