How To Remove Must Login
#2

pawn Код:
new pfile[100];
    GetPlayerName(playerid, pname, sizeof(pname));
    format(pfile, sizeof(pfile), "HAccounts/%s.ini",pname);
    if (!dini_Exists(pfile))
    {
    ShowPlayerDialog(playerid,101,DIALOG_STYLE_INPUT,"Registration","Please enter a password to register this account!","Register","Cancel");
    }
    else if (dini_Exists(pfile)) ShowPlayerDialog(playerid,100,DIALOG_STYLE_INPUT,"Login","Please enter a password to login to this account!","Login","Cancel");
Remove that I guess
Reply


Messages In This Thread
How To Remove Must Login - by [IND]Crazy - 30.06.2013, 07:37
Re: How To Remove Must Login - by Jstylezzz - 30.06.2013, 07:59
Re: How To Remove Must Login - by [IND]Crazy - 30.06.2013, 08:11
Re: How To Remove Must Login - by Jstylezzz - 30.06.2013, 09:01

Forum Jump:


Users browsing this thread: 1 Guest(s)