SA-MP Forums Archive
Help - ApplyAnimation - 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: Help - ApplyAnimation (/showthread.php?tid=499513)



Help - ApplyAnimation - xConnor - 08.03.2014

what is name for handcuffed anim on this wiki https://sampwiki.blast.hk/wiki/Animations
please help me ..


Re: Help - ApplyAnimation - RenovanZ - 08.03.2014

Its not ApplyAnimation, but SetPlayerSpecialAction:
pawn Код:
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_CUFFED);
Here is the Wikipage for the function.


Re: Help - ApplyAnimation - XK - 08.03.2014

lol these arent animations for ApplyAnimation,it's for:
pawn Код:
SetPlayerSpecialAction(playerid, action);
so it will be:
pawn Код:
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_CUFFED);



Re: Help - ApplyAnimation - xConnor - 08.03.2014

ok mate.. thks for helping me B)