Help me with this error.
#9

Ok, all you said I made, but now:

ERROR:
Код:
#:\#\#\gamemode.pwn(118) : error 017: undefined symbol "UserPath"
#:\#\#\gamemode.pwn(120) : error 017: undefined symbol "UserPath"
#:\#\#\gamemode.pwn(121) : error 001: expected token: "-string end-", but found "-identifier-"
#:\#\#\gamemode.pwn(121) : warning 215: expression has no effect
#:\#\#\gamemode.pwn(121) : error 001: expected token: ";", but found "-string-"
#:\#\#\gamemode.pwn(121) : warning 215: expression has no effect
#:\#\#\gamemode.pwn(121) : error 001: expected token: "-string end-", but found "-identifier-"
#:\#\#\gamemode.pwn(121) : fatal error 107: too many error messages on one line
The Script :

Код:
public OnPlayerConnect(playerid)
{
    if(fexist(UserPath(playerid)))
    {
        INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
        ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COLOR_GREY"Login",""COLOR_GREY"Type your password below to login.","Login","Quit");
    }
    else
    {
        ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,""COLOR_GREY"Registering...",""COLOR_GREY"Type your password below to register a new account.","Register","Quit");
    }
    return 1;
}
And the lines are :

118:
Код:
if(fexist(UserPath(playerid)))
120:
Код:
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
121:
Код:
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COLOR_GREY"Login",""COLOR_GREY"Type your password below to login.","Login","Quit");
Reply


Messages In This Thread
Help me with this error. - by Praa - 03.03.2014, 08:38
Re: Help me with this error. - by JackieJ - 03.03.2014, 08:40
Re: Help me with this error. - by Praa - 03.03.2014, 09:05
Re: Help me with this error. - by Konstantinos - 03.03.2014, 10:31
Re: Help me with this error. - by Praa - 03.03.2014, 11:02
Re: Help me with this error. - by Konstantinos - 03.03.2014, 11:05
Re: Help me with this error. - by Praa - 03.03.2014, 11:14
Re: Help me with this error. - by Konstantinos - 03.03.2014, 11:16
Re: Help me with this error. - by Praa - 03.03.2014, 11:27
Re: Help me with this error. - by Konstantinos - 03.03.2014, 11:32

Forum Jump:


Users browsing this thread: 1 Guest(s)