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



Sitting Animation - Lynn - 24.12.2010

Hello,
I've searched around, and went though many different animations,
but can't seem to find the right one.
I am looking for a animation, that actually causes your player to go backwards when he does the animation,
then sit down. So it actually looks like he is sitting down.
I know it exist, because I use to use it, but can't for the life of me remember what it's called.
-Thanks.


Re: Sitting Animation - Haydz - 24.12.2010

There is a SPECIAL_ACTION one but i'm not sure if it works as i tryed it and couldn't seem to get it to work.
although it could just be a fail code, but feel free to try yourself.

https://sampwiki.blast.hk/wiki/SpecialActions
https://sampwiki.blast.hk/wiki/SetPlayerSpecialAction


Re: Sitting Animation - Lynn - 24.12.2010

Thanks, but didn't work :/
pawn Код:
if(strcmp(cmd, "/chairsit", true) == 0)
{
    SetPlayerSpecialAction(playerid,SPECIAL_ACTION_SITTING);
    return 1;
}



Re: Sitting Animation - r3k1lLz_ - 24.12.2010

I think in 0.3b it stuffed up for the one player but it shows it for the other players


Re: Sitting Animation - Lynn - 25.12.2010

Well the special action failed.
Anyone know any other animations that will work?


Re: Sitting Animation - Steven82 - 25.12.2010

Quote:
Originally Posted by Lynn
Посмотреть сообщение
Well the special action failed.
Anyone know any other animations that will work?
Look in animations filterscript


Re: Sitting Animation - Mean - 25.12.2010

There are tons of anims FS's, download one, and search for /sit or /groundsit, take it out, and thats it!