14.05.2012, 00:55
of course it will cuff you because you set it to playerid not to giveplayerid
change
to
change
pawn Код:
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_CUFFED);
pawn Код:
SetPlayerSpecialAction(giveplayerid, SPECIAL_ACTION_CUFFED);