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



Animation Help - S4MSUNG - 25.01.2015

Whats the animation of being cuffed? and there must be a cuff object in players.

Thanks in advance


Re: Animation Help - Ironboy - 25.01.2015

pawn Код:
SetPlayerSpecialAction(giveplayerid, SPECIAL_ACTION_CUFFED);
SetPlayerAttachedObject(giveplayerid, 0, 19418, 6, -0.011000, 0.028000, -0.022000, -15.600012, -33.699977, -81.700035, 0.891999, 1.000000, 1.168000);



Re: Animation Help - xX4m4zingXx - 25.01.2015

Nevermind.


Re: Animation Help - S4MSUNG - 25.01.2015

Quote:
Originally Posted by Ironboy
Посмотреть сообщение
pawn Код:
SetPlayerSpecialAction(giveplayerid, SPECIAL_ACTION_CUFFED);
SetPlayerAttachedObject(giveplayerid, 0, 19418, 6, -0.011000, 0.028000, -0.022000, -15.600012, -33.699977, -81.700035, 0.891999, 1.000000, 1.168000);
+REP