KillTimer (not an array or too many subscripts)
#6

pawn Код:
case DIALOG_LOGIN:
{
    if(!response)
    {
        KillTimer(login_timer[playerid]);
        return Kick(playerid);
    }

    if(udb_hash(inputtext) == PlayerInfo[playerid][pPass]) KillTimer(login_timer[playerid]);
    else ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_PASSWORD,"Account Login","You have entered an invalid password.\nType your password below to login.","Login","Quit");

    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)