02.06.2013, 08:51
Ok So when I type the command /cuff It come's up with the message Cuffed but no animation with cuff's behind back, Trying to make it like the pr-rp /cuff system where hand cuff come's behind back. Here is my code, Can anyone help?
pawn Код:
COMMAND:cuff(playerid, params[])
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_CUFFED);
SendClientMessage(playerid, COLOR_ORANGE,"Cuffed");
return 1;
}