[AJUDA]Erro ao Compilar
#6

pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
    if (PLAYERLIST_authed[playerid] == 1)
    {
        // Was loggedin, so save the data!
        udb_setAccState(PlayerName(playerid),GetPlayerMoney(playerid));
        new Float:health;
        Presos[playerid] = 0;
        Procurados[playerid] = 0;
            GetPlayerHealth(playerid, health);
        udb_setHealth(PlayerName(playerid), health);
        udb_setGasoline(PlayerName(playerid), Petrol[playerid]);
        udb_setProf(PlayerName(playerid), Profissao[playerid]);
    }
    return 1;
}
Reply


Messages In This Thread
[AJUDA]Erro ao Compilar - by Leo Nikov - 29.05.2010, 17:10
Re: [AJUDA]Erro ao Compilar - by zSuYaNw - 29.05.2010, 17:32
Re: [AJUDA]Erro ao Compilar - by Leo Nikov - 29.05.2010, 17:38
Re: [AJUDA]Erro ao Compilar - by zSuYaNw - 29.05.2010, 17:40
Re: [AJUDA]Erro ao Compilar - by Leo Nikov - 29.05.2010, 17:42
Re: [AJUDA]Erro ao Compilar - by russo666 - 29.05.2010, 17:44
Re: [AJUDA]Erro ao Compilar - by Leo Nikov - 29.05.2010, 17:50
Re: [AJUDA]Erro ao Compilar - by russo666 - 29.05.2010, 17:54
Re: [AJUDA]Erro ao Compilar - by Leo Nikov - 29.05.2010, 17:57
Re: [AJUDA]Erro ao Compilar - by russo666 - 29.05.2010, 18:02

Forum Jump:


Users browsing this thread: 1 Guest(s)