[Ajuda] Salvamento de Skin fail apуs /gmx
#1

@Atualizado 28/01 аs 14:10

Descobri uma coisa, a skin vai para a database certinho, mais quando o /gmx acaba e o servidor volta, o arquivo na database da skin volta pro 0.

Ex:
Utilizei /gmx, salvo tudo certinho.
Volto para a tela de login, tudo estб certinho, menos a skin que volta para o 0.

Se ficar sem o SetTimer vai salvar normal, o problema й quando da o GMX, sу o arquivo da skin que й setado pra 0 (quando termina o restart).

PHP код:
CMD:gmx(playerid)
{
    if(
xPlayerInfo[playerid][xAdmin] < 3000) return SendClientMessage(playeridxBranco"{CCCCCC}[ {FF0000}SERVER {CCCCCC}]:{E9EBE8} Vocк nгo tem permissгo para utilizar o comando.");
    for(new 
0MAX_PLAYERSi++)
    {
        if(
IsPlayerConnected(i))
        {
            new 
Celulas[201];
            
xPlayerInfo[i][xLevel] = GetPlayerScore(i);
            
xPlayerInfo[i][xMoney] = GetPlayerMoney(i);
            
xPlayerInfo[i][xSkin] = GetPlayerSkin(i);
            
format(Celulas200"UPDATE usuarios SET Admin='%i', Score='%i', Roupa='%d', Dinheiro='%i' WHERE Nick='%s'"xPlayerInfo[i][xAdmin], xPlayerInfo[i][xLevel], xPlayerInfo[i][xSkin], xPlayerInfo[i][xMoney], nomePlayer(i));
             
mysql_tquery(MySQLConnectCelulas#, #);
             
SetTimerEx("xPuxandoGMX"5000false"i"i);
        }
    }
    return 
1;
}
forward xPuxandoGMX();
public 
xPuxandoGMX()
{
    
SendRconCommand(#gmx);
}
// Jб tentei a Public com return e sem return, resulta no mesmo... 
Reply


Messages In This Thread
Salvamento de Skin fail apуs /gmx - by AlucardSnow - 26.01.2014, 15:57
Re: Salvamento de Skin fail apуs /gmx - by AlucardSnow - 26.01.2014, 20:30
Re: Salvamento de Skin fail apуs /gmx - by iTzDemon - 26.01.2014, 22:37
Re: Salvamento de Skin fail apуs /gmx - by AlucardSnow - 26.01.2014, 22:54
Re: Salvamento de Skin fail apуs /gmx - by JoaoPedro - 27.01.2014, 18:23
Re: Salvamento de Skin fail apуs /gmx - by AlucardSnow - 27.01.2014, 18:29
Re: Salvamento de Skin fail apуs /gmx - by JoaoPedro - 27.01.2014, 18:33
Re: Salvamento de Skin fail apуs /gmx - by AlucardSnow - 27.01.2014, 19:02
Re: Salvamento de Skin fail apуs /gmx - by AlucardSnow - 28.01.2014, 14:58

Forum Jump:


Users browsing this thread: 4 Guest(s)