YSI problem
#6

Код:
    new INI:File = INI_Open(UserPath(playerid)); //169
    INI_SetTag(File,"data");
    INI_WriteInt(File,"Cash",GetPlayerMoney(playerid));
    INI_WriteInt(File,"Admin",PlayerInfo[playerid][pAdmin]);
    INI_WriteInt(File,"Kills",PlayerInfo[playerid][pKills]);
    INI_WriteInt(File,"Deaths",PlayerInfo[playerid][pDeaths]);
    INI_Close(File);
Код:
return 1; //944
{
	if(fexist(UserPath(playerid)))
    {
        INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
        ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COLOR_WHITE"Login",""COL_WHITE"Type your password below to login.","Login","Quit");
    }
    else
    {
        ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,""COLOR_WHITE"Registering...",""COL_WHITE"Type your password below to register a new account.","Register","Quit");
    }
	return 1;
}
Reply


Messages In This Thread
YSI errors - by Branzy - 01.04.2013, 11:27
Re: YSI problem - by SilverKiller - 01.04.2013, 11:50
Re: YSI problem - by Branzy - 01.04.2013, 12:00
Re: YSI problem - by Bicentric - 01.04.2013, 12:01
Re: YSI problem - by SilverKiller - 01.04.2013, 12:01
Re: YSI problem - by Branzy - 01.04.2013, 12:07
Re: YSI problem - by Konstantinos - 01.04.2013, 12:08
Re: YSI problem - by Bicentric - 01.04.2013, 12:08
Re: YSI problem - by Branzy - 01.04.2013, 12:15
Re: YSI problem - by Branzy - 01.04.2013, 12:37

Forum Jump:


Users browsing this thread: 2 Guest(s)