/anim sit - 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: /anim sit (
/showthread.php?tid=206436)
/anim sit -
Sascha - 03.01.2011
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?
Re: /anim sit -
Alex_Valde - 03.01.2011
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;
}
Re: /anim sit -
psoftware - 03.01.2011
SPECIAL_ACTION_SITTING doesn't work. Try animations
https://sampwiki.blast.hk/wiki/Animations and ApplyAnimation
https://sampwiki.blast.hk/wiki/ApplyAnimation
Re: /anim sit -
Sascha - 04.01.2011
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
Re: /anim sit -
Alex_Valde - 04.01.2011
Quote:
Originally Posted by Sascha
ty alex for the answer 
|
No problem mate.