What is this 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: What is this animation? (
/showthread.php?tid=254088)
What is this animation? -
anantanni - 09.05.2011
I'm making something similar to this but I'm unable to find this animation :
http://i52.tinypic.com/15twk9.png
Thanks in advance...
Re: What is this animation? -
Calgon - 09.05.2011
Should be "CRACK", "crckdeth2"
Re: What is this animation? -
anantanni - 09.05.2011
Lemme see, thanks
Re: What is this animation? -
anantanni - 09.05.2011
No it aint that :/

:@
Re: What is this animation? -
anantanni - 09.05.2011
I'M EXTREMELY SORRY for pushing this up
Re: What is this animation? -
Skaizo - 09.05.2011
pawn Код:
if(strcmp("/fall", cmdtext, true) == 0)
{
if(GetPlayerState(playerid) != PLAYER_STATE_ONFOOT) { return 1; }
ApplyAnimation(playerid,"PED","KO_skid_front",4.1,0,1,1,1,0);AnimPlay[playerid] = 1;
return 1;
}