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

pawn Код:
SetTimerEx("THorasJogadas", 60000*60, true, "i", playerid);

forward THorasJogadas(playerid)
public THorasJogadas(playerid)
{
    new PlayerName[24], string[50];
    GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
    PlayerInfo[playerid][HorasJogadas] ++;
    format(string, sizeof(string), "Contas/%s.ini", PlayerName);
    dini_IntSet(string, "HorasJogadas", PlayerInfo[playerid][HorasJogadas]);
    format(string, sizeof(string), "* Vocк tem agora %d Horas Jogadas.", PlayerInfo[playerid][HorasJogadas]);
    SendClientMessage(playerid, COLOR_ADM, string);
    return true;
}
O dini_IntSet tambйm tava errado no diretуrio pra salvar as informaзхes, faltou formatar uma string pra setar lб com o nome da conta а ser salva.
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: 4 Guest(s)