[Ajuda] DOF2
#6

Eu realmente atй agora nгo entendi o uso do strmid neste cуdigo mas tudo bem, fiz algumas modificaзхes visando a explicaзгo:
PHP код:
    // Gravamos oque estб na array PASSWORD na variбvel PlayerInfo
    
format(PlayerInfo[playerid][pSenha], sizeof(PlayerInfo[playerid][pSenha])), "%s"password);
    
// Pequeno debug para mostrar se os dados estгo correctos:
    
printf("Debug01: %s - %s"PlayerInfo[playerid][pSenha], password);
    
// Vamos abrir a pasta do jogador:
    
new pArquivo[60];
    
format(pArquivosizeof(pArquivo), OpenAccPlayerPlayerName(playerid));
    
// Outro debug
    
printf("Debug02: %s - Esse arquivo %sExiste!"fexist(pArquivo) ? (#) : ("Nгo "));
    // Caso o arquivo existir:
    
if(fexist(pArquivo))
    {
        
DOF2_SetString(pArquivo,"Senha",PlayerInfo[playerid][pSenha]);
        
DOF2_SaveFile();
        
OnPlayerSave(playerid);  
    } 
Reply


Messages In This Thread
DOF2 - by iSoounD - 21.06.2016, 05:00
Re: DOF2 - by F1N4L - 21.06.2016, 11:17
Re: DOF2 - by Whoo - 21.06.2016, 11:46
Re: DOF2 - by F1N4L - 21.06.2016, 12:01
Re: DOF2 - by Dayvison_ - 21.06.2016, 15:05
Re: DOF2 - by zSuYaNw - 21.06.2016, 15:49
Re: DOF2 - by iSoounD - 21.06.2016, 20:24
Re: DOF2 - by iSoounD - 22.06.2016, 22:45
Re: DOF2 - by F1N4L - 23.06.2016, 00:36
Re: DOF2 - by iSoounD - 23.06.2016, 19:24

Forum Jump:


Users browsing this thread: 1 Guest(s)