Seat animation search
#1

Hey! I'm making an anim that seats the player on the table, using this code:

Код:
ApplyAnimation(playerid, "FOOD", "FF_Sit_In", 4.1,0,0,0,0,0);
I want the loop to apply just when the player is already seated, not the whole animation again, as the gif shows:



@EDIT
Find the animation... but another problem.
Reply
#2

looks like one of the 'getin' animations https://sampwiki.blast.hk/wiki/Animations. you can browse using this https://sampforum.blast.hk/showthread.php?tid=360735
Reply
#3

Quote:
Originally Posted by Ada32
Посмотреть сообщение
looks like one of the 'getin' animations https://sampwiki.blast.hk/wiki/Animations. you can browse using this https://sampforum.blast.hk/showthread.php?tid=360735
Thanks, Found it but... I want the loop on the animation just when the player is already seated, not the whole animation again, like the GIF shows. Do you know how can I fix that?

Код:
        ApplyAnimation(playerid, "FOOD", "FF_Sit_In", 4.1,0,0,0,0,0);
Reply
#4

ApplyAnimation(playerid, "FOOD", "FF_Sit_In", 4.1,1,0,0,0,0);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)