Always spawn falling.
#10

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Is OnAccountLoad called?
pawn Код:
switch(dialogid)
    {
        case dlogin:
        {
            if(!response) Kick(playerid);
            new hpass[129];
            new query[100];
            if(!strcmp(hpass, pInfo[playerid][Password]))
            {
                mysql_format(mysql, query, sizeof(query), "SELECT * FROM `players` WHERE `username` = %e LIMIT 1", Name[playerid]);
                mysql_tquery(mysql, query, "OnAccountLoad", "i", playerid);
            }
            else
            {
                ShowPlayerDialog(playerid, dlogin, DIALOG_STYLE_INPUT, "Login", "Contraseсa incorrecta!\nIntentalo de nuevo.", "Login", "Salir");
            }
        }
Reply


Messages In This Thread
Always spawn falling. - by Kratory - 12.05.2014, 15:52
Re: Always spawn falling. - by DiGiTaL_AnGeL - 12.05.2014, 17:01
Re: Always spawn falling. - by Konstantinos - 12.05.2014, 17:05
Re: Always spawn falling. - by Kratory - 13.05.2014, 13:15
Re: Always spawn falling. - by Konstantinos - 13.05.2014, 13:29
Re: Always spawn falling. - by Kratory - 13.05.2014, 13:44
Re: Always spawn falling. - by Konstantinos - 13.05.2014, 13:52
Re: Always spawn falling. - by Kratory - 13.05.2014, 14:13
Re: Always spawn falling. - by Konstantinos - 13.05.2014, 14:14
Re: Always spawn falling. - by Kratory - 13.05.2014, 14:16

Forum Jump:


Users browsing this thread: 2 Guest(s)