24.06.2012, 07:01
pawn Код:
case CMSN:
{
if(response == 1)
{
if(strlen(inputtext) == 0)
{
if(Info[playerid][pMSN] == 1)
{
SafeDialogEx(playerid, CPASS, DIALOG_STYLE_PASSWORD, "Cambiar Clave", "Por favor pon tu contraseсa nueva:", "Cambiar", "Atrбs" );
}
else
{
ShowPlayerDialog(playerid, CMSN, DIALOG_STYLE_PASSWORD, "MAIL INCORRECTO", "Por favor ingresa tu mail correctamente:", "Cambiar", "Atrбs" );
}
}
}
}