26.06.2009, 16:36
I need to do, when player is cuffed it's can't use commands.. For example:
Here is my array:
I've tried everything, but nothing works.. Player can use this command still...
Код:
if(strcmp(cmdtext, "/pickup", true)==0)
{
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);
return 1;
}
Код:
if(playerDB[id][cuffed])

