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



Cuffs - viddo - 02.04.2012

I made the command /cuff that it sets the player special action to the cuff animation, But how do i make another that removes that animation? since ClearAnimations wont work.


Re: Cuffs - blank. - 02.04.2012

Код:
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_NONE);



Re: Cuffs - chapa - 02.04.2012

SetPlayerSpecialAction(playerid, 0);