Mysql creating tables
#5

That worked, thnaks larzi.
I made this but its still not showing the dialogs
pawn Код:
new rows = mysql_num_rows(); //We get how many rows the query returned.
    if(!rows)
    {
    ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT, ""#COL_EMB_WHITE"Account Registration", ""#COL_EMB_WHITE"This account has "#COL_EMB_RED"not been registered"#COL_EMB_WHITE"!\n\nEnter your desired password below to register this account.", "Submit", "Leave");
    }
    if(rows == 1)
    {
    ShowPlayerDialog(playerid, DIALOG_AUTHENTICATION, DIALOG_STYLE_PASSWORD, ""#COL_EMB_WHITE"Account Authentication", ""#COL_EMB_WHITE"This account has "#COL_EMB_GREEN"been registered"#COL_EMB_WHITE"!\n\nEnter the account password below to proceed.", "Submit", "Leave");
    }
Reply


Messages In This Thread
Mysql creating tables - by MadafakaPro - 21.03.2013, 19:43
Re: Mysql creating tables - by Jstylezzz - 21.03.2013, 19:49
Re: Mysql creating tables - by MadafakaPro - 21.03.2013, 19:51
Re: Mysql creating tables - by LarzI - 21.03.2013, 19:51
Re: Mysql creating tables - by MadafakaPro - 21.03.2013, 20:09
Re: Mysql creating tables - by LarzI - 21.03.2013, 20:11
Re: Mysql creating tables - by MadafakaPro - 21.03.2013, 20:12
Re: Mysql creating tables - by LarzI - 21.03.2013, 20:21
Re: Mysql creating tables - by Scenario - 21.03.2013, 20:31
Re: Mysql creating tables - by MadafakaPro - 21.03.2013, 20:36

Forum Jump:


Users browsing this thread: 2 Guest(s)