Sitting Animation
#1

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

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

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

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

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

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)