[DUV]Este sistema estб correto (: ?
#1

Gostaria se saber se esse sistema de horas jogadas estб funcionando (:, e se no OnPlayerDisconnect tenho que colocar algo .-.

OnPlayerConnect
pawn Код:
SetTimerEx("THorasJogadas", 60000*60, true, "i", playerid);
pawn Код:
public THorasJogadas()
{
    for(new i=0; i<MAX_PLAYERS; i++)
    {
        new PlayerName[24], string[50];
        GetPlayerName(i, PlayerName, sizeof(PlayerName));
        PlayerInfo[i][HorasJogadas] ++;
        dini_IntSet("Contas/%s.ini","HorasJogadas", PlayerInfo[i][HorasJogadas]);
        format(string, sizeof(string), "* Vocк tem agora %d Horas Jogadas.", PlayerInfo[i][HorasJogadas]);
        SendClientMessage(i, COLOR_ADM, string);
    }
}
Reply


Messages In This Thread
[DUV]Este sistema estб correto (: ? - by Nake01 - 16.10.2011, 12:52
Re: [DUV]Este sistema estб correto (: ? - by WLSF - 16.10.2011, 13:11
Re: [DUV]Este sistema estб correto (: ? - by Josma_cmd - 16.10.2011, 13:15
Re: [DUV]Este sistema estб correto (: ? - by Nake01 - 16.10.2011, 13:33
Re: [DUV]Este sistema estб correto (: ? - by Josma_cmd - 16.10.2011, 13:40
Re: [DUV]Este sistema estб correto (: ? - by Nake01 - 16.10.2011, 13:44
Re: [DUV]Este sistema estб correto (: ? - by Josma_cmd - 16.10.2011, 13:46
Re: [DUV]Este sistema estб correto (: ? - by Nake01 - 16.10.2011, 13:48
Re: [DUV]Este sistema estб correto (: ? - by Josma_cmd - 16.10.2011, 13:56
Re: [DUV]Este sistema estб correto (: ? - by Nake01 - 16.10.2011, 14:08

Forum Jump:


Users browsing this thread: 2 Guest(s)