27.03.2015, 14:48
You should do it in a command itself, example:
pawn Код:
new bool:pInjured[MAX_PLAYERS] = false;
CMD:test(playerid, params[])
{
if(pInjured[playerid]) return 0;
return 1;
}