22.06.2016, 10:28
pawn Код:
if(Rows)
{
cache_get_field_content(0, "Password", PlayerInfo[extraid][pPassword]);
format(string, 186, ""#CBLANCO"Bienvenido(a) "#CVERDE"%s.\n\n"#CBLANCO"Tu cuenta estб registrada en nuestra base de datos, Ingrese su contraseсa:", NombreJugador(extraid));
ShowPlayerDialog(extraid, DIALOG_INGRESO, DIALOG_STYLE_PASSWORD, ""#CAZUL"Login", string, "Ingresar","Cancelar");
PlayAudioStreamForPlayer(extraid, "https://dl.dropboxusercontent.com/s/ogdhx4lf6f1b9j7/IntroSpanishRol.mp3"), LimpiarConsola(extraid, 30);
}
if ( strcmp(PlayerInfo[playerid][pPassword], inputtext, false) == 0 && strlen(inputtext) == strlen(PlayerInfo[playerid][pPassword]))