[Ajuda] Pagamento
#1

Olб.

Bom estou criando um pagamento de gangzone, eu ja fiz tudo normal pб
so que a mensagem + dinheiro acabam floodando.

OLhem o codigo
pawn Код:
// Em OnPlayerConnect:

SetTimerEx("PagamentoAtual", 12000, true, "d", playerid);

// 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;
}
Eu quero que a cada 2 minutos ganhe dinheiro
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: 2 Guest(s)