22.06.2016, 00:08
Quote:
Код:
new string[64]; format(string, sizeof(string), "%s", inputtext); if(strcmp(PlayerInfo[playerid][pPassword], string, true) == 0) |
//
Que es una cadena
Код:
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); }