if (strcmp(cmdtext,"/healme", true) == 0) { if (gTeam[playerid] == MEDIC) //line 757 { SetPlayerHealth(playerid, 100); return 1; } }