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

Quote:
Originally Posted by iTzDemon
Посмотреть сообщение
cria um timer para executar o comando na rcon
Nгo adiantou.
O dinheiro e outras coisas salvaram normalmente...

PHP код:
forward xPuxandoGMX();
public 
xPuxandoGMX()
{
    
SendRconCommand(#gmx);
    
return 1;

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++)
    {
        new 
Celulas[201];
        
xPlayerInfo[i][xLevel] = GetPlayerScore(i);
        
xPlayerInfo[i][xMoney] = GetPlayerMoney(i);
        
format(Celulas200"UPDATE usuarios SET Admin='%i', Score='%i', Skin='%i', Dinheiro='%i' WHERE Nick='%s'"xPlayerInfo[i][xAdmin], xPlayerInfo[i][xLevel], GetPlayerSkin(i), xPlayerInfo[i][xMoney], nomePlayer(i));
         
mysql_tquery(MySQLConnectCelulas#, #);
    
}
     
SetTimerEx "xPuxandoGMX" 5000 false"i" i); // testei com playerid tambйm, jб que sу eu estou online, e nгo deu certo.
    
return 1;

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: 1 Guest(s)