Resetting cuff animation - 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: Resetting cuff animation (
/showthread.php?tid=340551)
Resetting cuff animation -
Atrox95 - 07.05.2012
Hello,
I want to remove the cuff animation with
SetPlayerSpecialAction(playerid, 0);
But the player is still cuffed. ClearAnimations(playerid); doesn't fix it, too.
Re: Resetting cuff animation -
darkazi - 07.05.2012
SetPlayerSpecialAction(giveplayerid, SPECIAL_ACTION_NONE);
AW: Resetting cuff animation -
Atrox95 - 07.05.2012
SPECIAL_ACTION_NONE is defined as 0.
Edit: Please close this thread, I made a mistake with the playerid. sorry!