[Ajuda] Sistema UP Bugando
#3

Nгo:
pawn Код:
SavePlayer(playerid)
{
    if( DOF2_FileExists( GetPlayerArquivo( playerid ) ) )
    {

        DOF2_CreateFile(GetPlayerArquivo(playerid));

        DOF2_SetInt( GetPlayerArquivo( playerid ), "Score", Player[ playerid ][ Score ] );
        DOF2_SetInt( GetPlayerArquivo( playerid ), "Exp", Player[playerid][ Exp ] );

        DOF2_SaveFile();

    }
    return 1;
}

LoadPlayer(playerid)
{
    if( DOF2_FileExists( GetPlayerArquivo( playerid ) ) )
    {
        Player[ playerid ][ Score ] = DOF2_GetInt( GetPlayerArquivo( playerid ), "Score" );
    Player[ playerid ][ Exp ] = DOF2_GetInt( GetPlayerArquivo( playerid ), "Exp" );

        SetPlayerScore( playerid, Player[ playerid ][ Score ] );



    }
    return 1;
}
Reply


Messages In This Thread
Sistema UP Bugando - by AllanSG - 22.02.2018, 21:20
Re: Sistema UP Bugando - by Ermanhaut - 22.02.2018, 21:49
Re: Sistema UP Bugando - by AllanSG - 22.02.2018, 21:53
Re: Sistema UP Bugando - by Ermanhaut - 22.02.2018, 22:03
Re: Sistema UP Bugando - by TheusCrazzy - 22.02.2018, 22:49
Re: Sistema UP Bugando - by AllanSG - 22.02.2018, 22:59
Re: Sistema UP Bugando - by SamuelMatheus05 - 22.02.2018, 23:36
Re: Sistema UP Bugando - by AllanSG - 23.02.2018, 00:04

Forum Jump:


Users browsing this thread: 1 Guest(s)