SA-MP Forums Archive
Sit 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)
+--- Thread: Sit Animation (/showthread.php?tid=284038)



Sit Animation - Sting. - 17.09.2011

Does anyone know the animation id for sitting down on a chair?


Re: Sit Animation - [MWR]Blood - 17.09.2011

pawn Код:
"BEACH", "ParkSit_M_loop", 4.0, 1, 0, 0, 0, 0 // Sit
Got it from the actions FS by the SAMP team!


Re: Sit Animation - =WoR=Varth - 17.09.2011

ApplyAnimation(playerid,"PED","SEAT_IDLE",4,0,0,0, 1,0,1);


Re: Sit Animation - Sting. - 17.09.2011

Thanks Guys for the very fast response.


Re: Sit Animation - Sting. - 17.09.2011

Oh guys, one more thing Now that I can seat.How do I stop seating and stand? I want to be able to stand if I press spacebar, now How do I do that?


Re: Sit Animation - doreto - 17.09.2011

why you dont search ?


Re: Sit Animation - Sting. - 17.09.2011

Well, I did search its just to much sitting animation.And I gave up, cause I got more to script.


Re: Sit Animation - =WoR=Varth - 17.09.2011

https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange
ApplyAnimation(playerid,"CARRY","crry_prtial",4,0, 0,0,0,1);
or
https://sampwiki.blast.hk/wiki/ClearAnimations


Re: Sit Animation - Sting. - 17.09.2011

Thanks Again.