SA-MP Forums Archive
[Q] Animation collision? - 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: [Q] Animation collision? (/showthread.php?tid=432440)



[Q] Animation collision? - yanir3 - 22.04.2013

I've seen in RP servers like LS-RP where you can use /seat and you won't collide with the objects.
You could sit over and such stuff, how can I do that?


Re: [Q] Animation collision? - Vince - 22.04.2013

You need this animation:
pawn Код:
ApplyAnimation(playerid, "PED", "SEAT_idle", 1.0, 1, 0, 0, 0, 0);



Re: [Q] Animation collision? - yanir3 - 22.04.2013

Quote:
Originally Posted by Vince
Посмотреть сообщение
You need this animation:
pawn Код:
ApplyAnimation(playerid, "PED", "SEAT_idle", 1.0, 1, 0, 0, 0, 0);
Neat. Thanks mate.