11.08.2012, 21:33
fixed. i made an onplayerregister mail
Type in your mail but i want to make it so it has to have "@" ...cause i typed dd and worked thats not good i want to type full adress or with .com.. .ca..
Type in your mail but i want to make it so it has to have "@" ...cause i typed dd and worked thats not good i want to type full adress or with .com.. .ca..
PHP код:
if(dialogid == 53)
{
if(response)
{
ShowPlayerDialog(playerid,53,DIALOG_STYLE_INPUT,"Scrieti Adresa Ta Yahoo!"," ","Ok","");
return 0;
}
RegistrationStep[playerid] = 0;
TutTime[playerid] = 1;
OnPlayerUpdateEx(playerid);
}