Email - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Email (
/showthread.php?tid=533545)
Email -
Elmis - 25.08.2014
Hi all, I would need a function that detects if the email is valid.
Example:
Код:
if(IsValidEmail("blabla@gmail.com"))
{
SendClientMessage(playerid,-1,"Valid email");
}
Re: Email -
ThePhenix - 25.08.2014
As far as I can remember someone made a perfect plugin for your needs:
Check that out here:
https://sampforum.blast.hk/showthread.php?tid=247893
Re: Email -
Elmis - 25.08.2014
Quote:
Originally Posted by ThePhenix
|
Thanks, resolved.