13.05.2012, 20:29
You don't need to create the cuff object,like i said,it's a simple SetPlayerSpecialAction.
Just paste
After TogglePlayerControllable. (/cuff command).
And on the /uncuff command just set TogglePlayerControllable to 1 and you're done.
You don't need any timer or other.
Just paste
pawn Код:
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_CUFFED);
And on the /uncuff command just set TogglePlayerControllable to 1 and you're done.
You don't need any timer or other.