25.08.2014, 06:47
Hi all, I would need a function that detects if the email is valid.
Example:
Example:
Код:
if(IsValidEmail("blabla@gmail.com"))
{
SendClientMessage(playerid,-1,"Valid email");
}


