After shutting down the server.
#6

try
pawn Code:
if(fexist(UserPath(playerid)))
        {
        INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
        ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"Login",""COL_WHITE"You are already registered, write your chosen password to log in! ","Login","Quit");
        }
        else
        {
        ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,""COL_WHITE"Registering...",""COL_WHITE"Welcome to CHANGEME, Our database tell us your new here, chose your password to register!","Register","Quit");
        }
Reply


Messages In This Thread
After shutting down the server. - by dorperez - 23.04.2013, 17:00
Re: After shutting down the server. - by Avi Raj - 23.04.2013, 17:03
Re: After shutting down the server. - by Yashas - 23.04.2013, 17:03
Re: After shutting down the server. - by Glad2BeHere - 23.04.2013, 17:06
Re: After shutting down the server. - by Yashas - 23.04.2013, 17:10
Re: After shutting down the server. - by Glad2BeHere - 23.04.2013, 17:11
Re: After shutting down the server. - by dorperez - 23.04.2013, 17:21
Re: After shutting down the server. - by dorperez - 25.04.2013, 10:14
Re: After shutting down the server. - by Revo - 25.04.2013, 11:47
Re: After shutting down the server. - by dorperez - 26.04.2013, 10:14

Forum Jump:


Users browsing this thread: 1 Guest(s)