06.01.2011, 21:14
Код:
new color; color = GetPlayerColor(playerid); if (color != COLOR_GREEN || color != COLOR_YELLOW) { SendClientMessage(playerid, COLOR_RED, "Error: You are not a medic."); } else { SetPlayerHealth(playerid, 100); return 1; }