27.03.2012, 20:33
Dripac? nice! but does that work if i put it under a cmd like this?
Will it place HandCuffs on the dude i Cuff?
Will it place HandCuffs on the dude i Cuff?
pawn Код:
if(strcmp(cmdtext, "/cuff", true) == 0)
{
SetPlayerSpecialAction(giveplayerid, SPECIAL_ACTION_CUFFED);
SetPlayerAttachedObject(giveplayerid, 0, 19418, 6, -0.011000, 0.028000, -0.022000, -15.600012, -33.699977, -81.700035, 0.891999, 1.000000, 1.168000);
SendClientMessage(playerid, COLOR_GREEN, " You have been Cuffed By an Police Officer! ");
return 1;
}