Quote:
Originally Posted by Romel
of course it will cuff you because you set it to playerid not to giveplayerid
change
pawn Код:
SetPlayerSpecialAction(playerid, SPECIAL_ACTION_CUFFED);
to
pawn Код:
SetPlayerSpecialAction(giveplayerid, SPECIAL_ACTION_CUFFED);
|
when i do this i get this error 017: undefined symbol "SPECIAL_ACTION_CUFFED"