17.05.2016, 11:57
Hello Guys Can u help me to Fix this ThiS??
Help me to Fix this !!
Код:
Register.pwn(113) : error 017: undefined symbol "UserPath" Register.pwn(115) : error 035: argument type mismatch (argument 1) Register.pwn(115) : error 017: undefined symbol "bExtra" Register.pwn(115) : warning 215: expression has no effect Register.pwn(115) : error 029: invalid expression, assumed zero
Код:
This All Of "OnPlayerConnect" Errors There!!!!
PHP код:
public OnPlayerConnect(playerid)
{
if(fexist(UserPath(playerid))
{
INI_ParseFile(playerid),"LoadUser_%s",.bExtra = true,.extra = playerid);
ShowPlayerDialog(playerid,DIALOG_LOGIN,DIALOG_STYLE_INPUT,"Login:","Plesae Enter Your Password to log in your account!","Login","Quit");
}
else
{
ShowPlayerDialog(playerid, DIALOG_REGISTER,DIALOG_STYLE_INPUT,"Register:","Plesae Enter You'r new Password For Register!","Register","Quit");
}
return 1;
}