28.02.2012, 12:32
pawn Код:
// There is no reason to use another variable.
if (strcmp(cmdtext, "/mheali", true) == 0 )
{
if (PlayerInfo[playerid][pAdmin] == 1) return SetPlayerHealth(elud, 100);
else return SendClientMessage(playerid,COLOR_RED, "Sa ei ole admin!");
}
return 0;
}