Login Dialog problem
#2

Hmm weird, try this

Код:
if(PlayerInfo[playerid][Registered] == 1 && PlayerInfo[playerid][LoggedIn] == 0)
	{
             new string[256];
             format(string,256,"That account '%s 'is Registered!\n\n Login to access your Account:",pName(playerid));
             ShowPlayerDialog(playerid, DIALOGID0+2, DIALOG_STYLE_INPUT,"Login Account",string,"Login","Quit");
             return 1;
         }
else if(PlayerInfo[playerid][Registered] == 0 && PlayerInfo[playerid][LoggedIn] == 0)
	{
//PASTE CODE TO SHOW YOUR REGISTERING DIALOG HERE
             return 1;
         }
Reply


Messages In This Thread
Login Dialog problem [+REP to the one who solve this problem] - by SharkWWE - 23.07.2014, 21:56
Re: Login Dialog problem - by gychem - 23.07.2014, 22:57
Re: Login Dialog problem - by SharkWWE - 23.07.2014, 23:09
Re: Login Dialog problem - by SharkWWE - 24.07.2014, 21:40
Re: Login Dialog problem - by SharkWWE - 25.07.2014, 15:38

Forum Jump:


Users browsing this thread: 1 Guest(s)