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



Cuff command - BleverCastard - 05.04.2012

If the new updates, I saw you can place peoples arms behind there back and cuffs are placed on them..
How would I make this happen?


Re: Cuff command - Danny - 05.04.2012

Код:
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_CUFFED);



Re: Cuff command - BleverCastard - 05.04.2012

How would you remove an animation?


Re: Cuff command - BlackBank - 05.04.2012

ClearAnimations(playerid);


AW: Cuff command - FufLa - 05.04.2012

SetPlayerSpecialAction(playerid, SPECIAL_ACTION_NONE);


Re: Cuff command - Dripac - 05.04.2012

better dont even use it,
you will see random players have the animation applied even if they are not cuffed


Re: Cuff command - BleverCastard - 05.04.2012

Quote:
Originally Posted by Dripac
Посмотреть сообщение
better dont even use it,
you will see random players have the animation applied even if they are not cuffed
Don't use what?


Re: Cuff command - MP2 - 06.04.2012

It has some bugs.