/anim sit
#1

Hi,
I've made a /anim cmd, however the SPECIAL_ACTION_SITTING is not working...
how to make a /anim sit cmd without that special action?
which other animation works for /anim sit?
Reply
#2

I think you could use this:
pawn Код:
CMD:sit(playerid, params[])
{
    ApplyAnimation(playerid,"PED","SEAT_idle", 4.0, 1, 0, 0, 0, 0);
    return 1;
}
Reply
#3

SPECIAL_ACTION_SITTING doesn't work. Try animations https://sampwiki.blast.hk/wiki/Animations and ApplyAnimation https://sampwiki.blast.hk/wiki/ApplyAnimation
Reply
#4

dude read what I wrote... I already mentioned in my post that SPECIAL_ACTION_SITTING is not working -.-
and on top of that I know that link on my own, however I don't want to try out all animations to find the right one...
ty alex for the answer
Reply
#5

Quote:
Originally Posted by Sascha
Посмотреть сообщение
ty alex for the answer
No problem mate.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)