[Ajuda] DOF2 nгo salva
#8

Troque Isto:
pawn Code:
stock SalvarConta(playerid)
{
    DOF2_SetInt(GetarConta(playerid), "AdminLevel", PlayerInfo[playerid][pAdmin]);
    DOF2_SetInt(GetarConta(playerid), "Org", PlayerInfo[playerid][pOrg]);
    DOF2_SetInt(GetarConta(playerid), "Level", PlayerInfo[playerid][pLevel]);
    DOF2_SetInt(GetarConta(playerid), "Morreu", PlayerInfo[playerid][Morreu]);
    DOF2_SetInt(GetarConta(playerid), "Matou", GetPlayerScore(playerid));
    DOF2_SetInt(GetarConta(playerid), "Dinheiro", GetPlayerMoney(playerid));
    DOF2_SetInt(GetarConta(playerid), "VIP", PlayerInfo[playerid][pVip]);
    DOF2_SetInt(GetarConta(playerid), "Logou", PlayerInfo[playerid][pLogou]);
    DOF2_SetInt(GetarConta(playerid), "TempoVip", PlayerInfo[playerid][pTimeV]);
    DOF2_SaveFile();
    return 1;
}
Por isto:
PHP Code:
stock SalvarConta(playerid)
{
    if ( !
DOF2_FileExists GetarConta playerid ) ) ) DOF2_CreateFile GetarConta playerid ) ) ;
    {
        
DOF2_SetInt GetarConta playerid ), "AdminLevel"PlayerInfo playerid ] [ pAdmin ] ) ;
        
DOF2_SetInt GetarConta playerid ), "Org"PlayerInfo playerid ] [ pOrg ] ) ;
        
DOF2_SetInt GetarConta playerid ), "Level"PlayerInfo playerid ] [ pLevel ] ) ;
        
DOF2_SetInt GetarConta playerid ), "Morreu"PlayerInfo playerid ] [ Morreu ]  );
        
DOF2_SetInt GetarConta playerid ), "Matou"GetPlayerScore playerid ) ) ;
        
DOF2_SetInt GetarConta playerid ), "Dinheiro"GetPlayerMoney playerid ) ) ;
        
DOF2_SetInt GetarConta playerid ), "VIP"PlayerInfo playerid ] [ pVip ] ) ;
        
DOF2_SetInt GetarConta playerid ), "Logou"PlayerInfo playerid ] [ pLogou ] ) ;
        
DOF2_SetInt GetarConta playerid ), "TempoVip"PlayerInfo playerid ] [ pTimeV ] ) ;
        
DOF2_SaveFile ( ) ;
    }
    return 
1;

Reply


Messages In This Thread
[Ajuda] DOF2 nгo salva - by .ThePro - 18.04.2013, 20:24
Re: [Ajuda] DOF2 nгo salva - by mau.tito - 18.04.2013, 20:33
Re: [Ajuda] DOF2 nгo salva - by .ThePro - 18.04.2013, 20:36
Re: [Ajuda] DOF2 nгo salva - by mau.tito - 18.04.2013, 20:47
Re: [Ajuda] DOF2 nгo salva - by .ThePro - 18.04.2013, 20:49
Re: [Ajuda] DOF2 nгo salva - by mau.tito - 18.04.2013, 20:50
Re: [Ajuda] DOF2 nгo salva - by .ThePro - 18.04.2013, 20:53
Re: [Ajuda] DOF2 nгo salva - by smiiir - 18.04.2013, 22:34

Forum Jump:


Users browsing this thread: 1 Guest(s)