Tackle
#1

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
Reply
#2

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.
Reply
#3

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.
Reply
#4

The simpleest way I can explain/describe it is.

The player simply falls on their flat on the back on the gorund.
Reply
#5

Like in some RP scripts,


Код:
/fall
Reply
#6

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


Код:
/fall
Correct
Reply
#7

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.
Reply
#8

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

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
Reply
#10

Well download THIS and find the animation yourself.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)