15.09.2017, 16:36
Hey guys, how can I check if the player entered an email? I want to restrict a field to emails so they can't type random things
Код:
DIALOG(EMAILCIMREPOST)
{
if(!response) Kick(playerid);
// E-MAIL CODE .....
SendClientMessage(playerid, -1, "(( sucessfuly!!))");
pInfo[playerid][pPlayerEmail] = strval(inputtext);
ShowLoginDialog(playerid,PHASE_PASSWORDBELEP);
return 1;
}

