SA-MP Forums Archive
o.3e cuff system - 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: o.3e cuff system (/showthread.php?tid=369243)



o.3e cuff system - CROSS_Hunter - 16.08.2012

every thing is good but when /uncuff the object is romoved but the animation is still there and i have ClearAnimations thing so dont say u forgot it


Re: o.3e cuff system - Ranama - 16.08.2012

The 0.3e cuff is not a anim, it's a player special action, just like jetpack dancing etc, so try
pawn Код:
SetPlayerSpecialAction(targetid, SPECIAL_ACTION_NONE);
that should fix it