[Ajuda] Pagamento
#10

pawn Код:
SetTimerEx("PagamentoAtual", (1000 * (60)) * 2, true, "d", playerid);

// Public
forward PagamentoAtual();
public PagamentoAtual()
{
    for(new i, e = GetMaxPlayers(); i != e; ++i)
    {
        if(LiderdaGang == GetPlayerColor(b))
        {
            if(IsPlayerConnected(b))
            {
                SendClientMessage(b,-1,"Voce ganhou 300 real por manter gangzones dominada");
                GivePlayerMoney(b,300);
            }
    }
    return 1;
}
Reply


Messages In This Thread
Pagamento - by OpeN. - 10.07.2012, 23:26
Re: Pagamento - by ViictorDaay- - 10.07.2012, 23:52
Re: Pagamento - by OpeN. - 11.07.2012, 00:07
Re: Pagamento - by ViictorDaay- - 11.07.2012, 00:24
Re: Pagamento - by OpeN. - 11.07.2012, 00:34
Re: Pagamento - by ViictorDaay- - 11.07.2012, 00:40
Re: Pagamento - by OpeN. - 11.07.2012, 00:42
Re: Pagamento - by ViictorDaay- - 11.07.2012, 00:49
Re: Pagamento - by F_Cinco - 11.07.2012, 01:22
Re: Pagamento - by zSuYaNw - 11.07.2012, 05:53

Forum Jump:


Users browsing this thread: 1 Guest(s)