16.05.2012, 03:51
Yea I follow that tutorial, but still not working.
Under OnPlayerConnect
Under OnPlayerConnect
pawn Код:
if(fexist(Path(playerid)))
{
INI_ParseFile(Path(playerid),"loaduser_%s",.bExtra = true, .extra = playerid);
ShowPlayerDialog(playerid,login,DIALOG_STYLE_INPUT,"Login","The name is registered. Enter your password to login to your account.","Login","Quit");
}