Y_ini errors/warnings +Rep
#2

try this code:
Код:
public OnPlayerConnect(playerid)
{
	if(fexist(UserPath(playerid)))
	{
		INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
		ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,"{FFFFFF}Registering...","{FFFFFF}Type your password below to register a new account.","Register","Quit"); //line 518
	}
	else
	{
 		ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,"{FFFFFF}Registering...","{FFFFFF}Type your password below to register a new account.","Register","Quit"); //Line 522
	}

	return 1;
}
Reply


Messages In This Thread
Y_ini errors/warnings +Rep - by ItzRbj - 21.06.2015, 09:07
Re: Y_ini errors/warnings +Rep - by Dusan01 - 21.06.2015, 09:15
Re: Y_ini errors/warnings +Rep - by Konstantinos - 21.06.2015, 09:16
Re: Y_ini errors/warnings +Rep - by ItzRbj - 21.06.2015, 09:17
Re: Y_ini errors/warnings +Rep - by ItzRbj - 21.06.2015, 09:19

Forum Jump:


Users browsing this thread: 1 Guest(s)