SA-MP Forums Archive
Whats the name of 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)
+--- Thread: Whats the name of this animation? (/showthread.php?tid=355003)



Whats the name of this animation? - daastle - 28.06.2012

Hi! I really need the name of this animation.
I know samp wiki has lots of animations, but I have tried with like the obvious ones (about 15) and I still havent found it.

I have also heard that you can check anim names in MTA pressing F1 while in test mode, but when I got to test mode it says "kicked "


Here is a pic of the animation! (in a well known server it is called "sit 8")

Thanks in advance! (and please dont tell me "check yourself ", use MTA , etc )



Uploaded with ImageShack.us


Re: Whats the name of this animation? - Avi57 - 28.06.2012

/lay1 or /lay2


Re: Whats the name of this animation? - Strech - 28.06.2012

This command is /sleep if im right.


Respuesta: Whats the name of this animation? - daastle - 28.06.2012

Sorry, but I mean , I want to add it to a zcmd command.
For example, If i did /sit 8 , he would do that action.

Here is the full list of animations, but I cant seem to find the name and category of this one
https://sampwiki.blast.hk/wiki/Animations

Here is what it should fit in

pawn Код:
CMD:anim1(playerid, params[])//hide//
{
    ApplyAnimation(playerid, "ped", "cower", 4.1, 1, 1, 1, 1, 1);
    return 1;
}
(this is only an example)


Respuesta: Whats the name of this animation? - daastle - 28.06.2012

How long till I can make a bump?


Re: Whats the name of this animation? - kaiks - 28.06.2012

lol, you just did


Re: Whats the name of this animation? - HighPitchedVoice - 28.06.2012

crckdeth1


Re: Whats the name of this animation? - Strech - 28.06.2012

pawn Код:
CMD:cmdname(playerid, params)
{
     LoopingAnim(playerid,"CRACK","crckdeth4",4.0,0,0,0,1,0); }
}



Respuesta: Re: Whats the name of this animation? - daastle - 28.06.2012

Quote:
Originally Posted by Strech
Посмотреть сообщение
pawn Код:
CMD:cmdname(playerid, params)
{
     LoopingAnim(playerid,"CRACK","crckdeth4",4.0,0,0,0,1,0); }
}
thanks a lot


Re: Whats the name of this animation? - [A]ndrei - 28.06.2012

the guy ^^ beat me to the chase...