24.11.2017, 09:47
How to Fix This?
i get this error!
Код:
if (! IsValidEmail(inputtext) == PlayerInfo[playerid][pEmail] && strcmp(email, inputtext))
{
SendClientMessage(playerid, COLOR_RED, "You have entered an unmatching email address.");
return 1;
}
Код:
warning 213: tag mismatch

