23.05.2009, 18:17
Well use a simple check like this.
pawn Код:
if(strcmp(cmdtext, "/heal, true) == 0)
{
if(gTeam[playerid] == TEAM_MEDIC)
{
// command.
}
return 1;
}

