Problem with Login/Register
#4

This is from my server and the whole script runs perfectly with not even a warning,
pawn Код:
if(fexist(UserPath(playerid)))
    {
        INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
        ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,"{FF0000}SERVER NAME","{FFFFFF}Welcome back to the server! \n Type your password below to login.","Login","Quit");
    }
    else
    {
        //RULES DIALOG
    }
Sorry if I couldn't hellp

Note: it has something to do with colors
Reply


Messages In This Thread
Problem with Login/Register - by Blessed - 23.07.2013, 04:21
Re: Problem with Login/Register - by Vanter - 23.07.2013, 04:44
Re: Problem with Login/Register - by Blessed - 23.07.2013, 04:50
Re: Problem with Login/Register - by Vanter - 23.07.2013, 04:53
Re: Problem with Login/Register - by Scenario - 23.07.2013, 04:54
Re: Problem with Login/Register - by Vanter - 23.07.2013, 04:56
Re: Problem with Login/Register - by Blessed - 23.07.2013, 05:24
Re: Problem with Login/Register - by RajatPawar - 23.07.2013, 05:27
Re: Problem with Login/Register - by Blessed - 23.07.2013, 05:28
Re: Problem with Login/Register - by Blessed - 23.07.2013, 05:30

Forum Jump:


Users browsing this thread: 1 Guest(s)