SA-MP Forums Archive
Tackle - 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: Tackle (/showthread.php?tid=139978)



Tackle - [LSR]State_Trooper - 07.04.2010

Hmm...

SO I was in the middle of makign some commands, But I can seem to find the animation for falling....

If anyone can hel thatb great.

P.S The wiki sucks @ss


Re: Tackle - Jay420 - 07.04.2010

Yeah it's pretty difficult to find some animations. If I were you, I would download an animation FS and check if there would be a suitable animation which can be added to your script.


Re: Tackle - Donny_k - 07.04.2010

THIS can help you, I don't know if it works with the current version though, fix it if it doesn't as it won't require much work.


Re: Tackle - [LSR]State_Trooper - 07.04.2010

The simpleest way I can explain/describe it is.

The player simply falls on their flat on the back on the gorund.


Re: Tackle - Steven82 - 07.04.2010

Like in some RP scripts,


Код:
/fall



Re: Tackle - [LSR]State_Trooper - 07.04.2010

Quote:
Originally Posted by Steven82
Like in some RP scripts,


Код:
/fall
Correct


Re: Tackle - Jay420 - 07.04.2010

I had an animation FS on my computer, don't know if this is something like it, but at least it sounds like something you need :P

pawn Код:
// Fall
if(strcmp(cmd, "/fallback", true) == 0)
{
  LoopingAnim(playerid, "PED","FLOOR_hit_f", 4.0, 1, 0, 0, 0, 0);
  return 1;
}
So
Код:
"FLOOR_hit_f"
is probably what you were looking for.


Re: Tackle - Steven82 - 07.04.2010

Yeah i don't understand making animations, they are confusing especially from the wiki, could someone updat that?


Re: Tackle - [LSR]State_Trooper - 07.04.2010

Quote:
Originally Posted by Jay420
I had an animation FS on my computer, don't know if this is something like it, but at least it sounds like something you need :P

pawn Код:
// Fall
if(strcmp(cmd, "/fallback", true) == 0)
{
  LoopingAnim(playerid, "PED","FLOOR_hit_f", 4.0, 1, 0, 0, 0, 0);
  return 1;
}
So
Код:
"FLOOR_hit_f"
is probably what you were looking for.

Thats it but on the players back not the stomach!! and they dont keep moving


Re: Tackle - Jay420 - 07.04.2010

Well download THIS and find the animation yourself.