[Off] Dini ou Dof2
#9

PHP код:
public OnPlayerDisconnect(playerid)
{
    if(
msgconvi[playerid] == 1)
    {

        
KillTimer(timercou[playerid]);
    }
    
msgcount[playerid] = -1;
    
msgconvi[playerid] = 0;
    for(new 
0MAX_PLAYERSi++)
    {
        if(
IsPlayerConnected(i))
        {
            
SalvarPlayer(i);
        }
    }
    return 
1;
}
public 
OnGameModeExit()
{
    for(new 
0MAX_PLAYERSi++)
    {
        if(
IsPlayerConnected(i))
        {
            
SalvarPlayer(i);
        }
    }
    
DOF2_Exit();
    return 
1;
}
stock SalvarPlayer(playerid)
{
    
GetPlayerName(playeridNomesizeof(Nome));
    
format(Stringsizeof(String), CONTASNome);
    
DOF2::SetInt(String,"Dinheiro"GetPlayerMoney(playerid));
    
DOF2::SetInt(String"Matou"pInfo[playerid][Matou]);
    
DOF2::SetInt(String"Morreu"pInfo[playerid][Morreu]);
    
DOF2::SetInt(String"Score"GetPlayerScore(playerid));
    
DOF2::SetInt(String"Admin"pInfo[playerid][pAdmin]);
    
DOF2::SaveFile();
    return 
true;

Й OQUE O Thider Flw Toda Hora que dou gmx ou fechoo sv eu nao estou logado tou na tela de login de esc dai zera tudo
Reply


Messages In This Thread
Dini ou Dof2 - by JuniorTheDM - 28.07.2015, 02:58
Re: Dini ou Dof2 - by iTakelot - 28.07.2015, 03:06
Re: Dini ou Dof2 - by JuniorTheDM - 28.07.2015, 03:10
Re: Dini ou Dof2 - by iTakelot - 28.07.2015, 03:14
Re: Dini ou Dof2 - by JuniorTheDM - 28.07.2015, 03:15
Re: Dini ou Dof2 - by Thider - 28.07.2015, 03:33
Re: Dini ou Dof2 - by JuniorTheDM - 28.07.2015, 03:55
Re: Dini ou Dof2 - by Jimmmy - 28.07.2015, 03:59
Re: Dini ou Dof2 - by JuniorTheDM - 28.07.2015, 04:03
Re: Dini ou Dof2 - by Jimmmy - 28.07.2015, 04:06

Forum Jump:


Users browsing this thread: 2 Guest(s)