[Ajuda] Pagamento
#2

Nгo entendi,se vocк melhora-se o portuguкs.
Abraзos.

pawn Код:
// Em OnPlayerConnect:

SetTimerEx("PagamentoAtual", 120000, true, "d", playerid); // 120000 = 2 Minutos

// Public
forward PagamentoAtual();
public PagamentoAtual()
{
for (new b = 0; b != MAX_PLAYERS; b++)
{
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: 3 Guest(s)