SA-MP Forums Archive
help for Animation - 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: help for Animation (/showthread.php?tid=471127)



help for Animation - br155 - 21.10.2013

hi i need tow Animation run at one time plz help


Re: help for Animation - br155 - 21.10.2013

plz help me


Re: help for Animation - newbie scripter - 21.10.2013

Which Animation?


Re: help for Animation - SsHady - 21.10.2013

We can't seem to understand which animation you're talking about.
so take a look at here, It contains the list of All animations
https://sampwiki.blast.hk/wiki/Animations


Re: help for Animation - br155 - 21.10.2013

Quote:

ApplyAnimation(playerid,"PED","EV_dive",4.0,0,0,0, 0,0);
ApplyAnimation(playerid,"PED","EV_dive",4.0,0,0,0, 0,0);

tow Repeat


Re: help for Animation - SsHady - 21.10.2013

Put this under your OnPlayerCommandText Callback
pawn Код:
if(!strcmp(cmdtext, "/animation"))
     {
        ApplyAnimation(playerid,"PED","EV_dive",4.0,0,0,0, 0,0);
        return 1;
     }