29.06.2009, 09:56
Код:
if(strcmp(cmdtext, "/pickup", true)==0)
{
new name[MAX_PLAYER_NAME];
new id = GetPlayeridMid(name);
if(playerDB[id][cuffed])
{
SendClientMessage(playerid,zalia, "You're cuffed, can't do actions");
return 1;
}
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP); //3071 line
return 1;
}

