[Ajuda] Warning em salvamento DOF2
#5

tente

PHP Code:
public OnPlayerDisconnect(playeridreason)
{
    new 
file[50], aname[MAX_PLAYER_NAME]; 
    
GetPlayerName(playeridanamesizeof(aname)); 
    
format(filesizeof(file), "Contas/%.ini"aname); 

    if(
DOF2_FileExists(file)) 
    { 
        
DOF2_SetFloat(file"Vida"pInfo[playerid][vida]); 
        
        new 
Arma[13], Balas[13], sArma[20], sBalas[20];
        for(new 
013i++)
        {
            
GetPlayerWeaponData(playeridiArma[i], Balas[i]);
            
            
format(sArmasizeof(sArma),"Arma%d"i);
            
DOF2_SetInt(filesArmaArma[i]);
            
            
format(sBalassizeof(sBalas),"Balas%d"i);
            
DOF2_SetInt(filesBalasBalas[i]);
        }
        
DOF2_SaveFile(); 
    }
    return 
1;

Reply


Messages In This Thread
Warning em salvamento DOF2 - by zPawnu - 07.11.2015, 00:17
Re: Warning em salvamento DOF2 - by garotin - 07.11.2015, 00:48
Re: Warning em salvamento DOF2 - by zPawnu - 07.11.2015, 01:03
Re: Warning em salvamento DOF2 - by zPawnu - 07.11.2015, 12:59
Re: Warning em salvamento DOF2 - by PT - 07.11.2015, 16:04
Re: Warning em salvamento DOF2 - by zPawnu - 07.11.2015, 18:44
Re: Warning em salvamento DOF2 - by [BOPE]Seu._.Madruga - 07.11.2015, 23:40
Re: Warning em salvamento DOF2 - by zPawnu - 11.11.2015, 22:32

Forum Jump:


Users browsing this thread: 2 Guest(s)