16.03.2013, 18:55
So if I understood right you want it to tell the player that he has to enter something that has the "@hotmail" or any other email service in the string?
If you want to find a certain string format you need to use
That should return true if the script can find it.
If you want to find a certain string format you need to use
Код:
if(strfind(inputtext,"@gmail",true))

