Login/Register System help
#1

Error:
PHP код:
(237) : error 001expected token"-string end-"but found "-identifier-"
(237) : warning 215expression has no effect
(237) : warning 215expression has no effect
(237) : error 029invalid expressionassumed zero
(237) : error 017undefined symbol "bExtra"
(237) : fatal error 107too many error messages on one line 
Line
PHP код:
public OnPlayerConnect(playerid)
{
    if(
fexist(Users(playerid)))
    {
(
237)         INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra true, .extra playerid);
          
ShowPlayerDialog(playeridDIALOG_LOGINDIALOG_STYLE_INPUT,""COL_WHITE"Login",""COL_WHITE"Type your password below to login.","Login","Quit");
    }
    else
    {
         
ShowPlayerDialog(playeridDIALOG_REGISTERDIALOG_STYLE_INPUT,""COL_WHITE"Registering...",""COL_WHITE"Type your password below to register a new account.","Register","Quit");
    }
    return 
1;

Reply


Messages In This Thread
Login/Register System help - by CTos - 11.06.2017, 21:19
Re: Login/Register System help - by Whatname - 11.06.2017, 21:31
Re: Login/Register System help - by CTos - 11.06.2017, 21:36
Re: Login/Register System help - by Vince - 11.06.2017, 21:37
Re: Login/Register System help - by CTos - 11.06.2017, 22:03

Forum Jump:


Users browsing this thread: 1 Guest(s)