Mysql problem
#2

Try with this:
pawn Код:
new query[128], data[256];
GetPlayerName(playerid, pPseudo[playerid], MAX_PLAYER_NAME);

format(query, sizeof(query), "SELECT password FROM members WHERE pseudo = '%s'",pPseudo[playerid]);
mysql_query(query);
mysql_store_result();
if(mysql_num_rows())
{
    if(mysql_fetch_field("password", pPassword[playerid]))
    {
        new sConnexion[128];
        format(sConnexion, sizeof(sConnexion), "{009FFB}Hello, {0032FB}%s !\n\n{009FFB}Please enter your password :", pPseudo[playerid]);
        ShowPlayerDialog(playerid, 1, DIALOG_STYLE_PASSWORD, "Connexion", sConnexion, "Connexion", "Exit");
    }
}
Best regards!
Reply


Messages In This Thread
Mysql problem - by Urefeu - 02.07.2012, 17:04
Respuesta: Mysql problem - by [DOG]irinel1996 - 02.07.2012, 17:13
Re: Mysql problem - by Urefeu - 02.07.2012, 18:42
Re: Mysql problem - by Urefeu - 02.07.2012, 20:28
Re: Mysql problem - by Urefeu - 03.07.2012, 14:19
Respuesta: Mysql problem - by [DOG]irinel1996 - 03.07.2012, 14:46
Re: Mysql problem - by Urefeu - 03.07.2012, 15:46
Respuesta: Mysql problem - by [DOG]irinel1996 - 03.07.2012, 16:59
Re: Mysql problem - by Urefeu - 03.07.2012, 17:02
Re: Mysql problem - by Urefeu - 03.07.2012, 17:11

Forum Jump:


Users browsing this thread: 2 Guest(s)