Error Fix
#3

Код:
	SetPlayerSkin(playerid,pInfo[playerid][Skin]);
	if(fexist(UserPath(playerid)))
    {
    INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
    ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"Login",""COL_WHITE"Type your password below to login.","Login","Quit");
    }
    else
    {
    ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,""COL_WHITE"Registering...",""COL_WHITE"Type your password below to register a new account.","Register","Quit");
    }
    PosX[ playerid ] = 0;
    PosY[ playerid ] = 0;
    PosZ[ playerid ] = 0;
    Angle[ playerid ] = 0;
    Interior[ playerid ] = 0;
    VirtualWorld[ playerid ] = 0;

    INI_ParseFile( user_ini_file( playerid ), "load_user_%s", .bExtra = true, .extra = playerid );
the whole code
Reply


Messages In This Thread
Error Fix - by KaliKs - 15.02.2014, 13:01
Re: Error Fix - by DaniceMcHarley - 15.02.2014, 13:05
Re: Error Fix - by KaliKs - 15.02.2014, 13:06
Re: Error Fix - by DaniceMcHarley - 15.02.2014, 13:45

Forum Jump:


Users browsing this thread: 1 Guest(s)