SA-MP Forums Archive
[DUVIDA] SetTimer - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [DUVIDA] SetTimer (/showthread.php?tid=199006)



[DUVIDA] SetTimer - abestado - 14.12.2010

RESOLIDO BY KNIFE!


Re: [DUVIDA] SetTimer - [FeK]Knife - 14.12.2010

forward teste(playerid);


Re: [DUVIDA] SetTimer - abestado - 14.12.2010

Pronto, simples obrigado e rapido!


Re: [DUVIDA] SetTimer - abestado - 14.12.2010

Cara, surgiu um erro.
No caso, o timer iria comeзar quando ele entrasse no servidor certo?

Mas porque nгo estб dando a arma nem nada nem a mensagem?


Re: [DUVIDA] SetTimer - [FeK]Knife - 14.12.2010

Retira o new teste;
Estб sendo inutilizada e estб dando conflito com a forward teste(playerid);



Re: [DUVIDA] SetTimer - abestado - 14.12.2010

Continua nгo funcionando e.e


Re: [DUVIDA] SetTimer - [BEP]AcerPilot - 14.12.2010

O timer nгo comeзa de uma vez, por exemplo:

pawn Код:
public OnPlayerConnect(playerid)
{
     SetTimer("teste", 10000, 1);
     return 1;
}
Eu tambйm achava que iniciava assim que a public fosse chamada, mas nгo. Sу vai iniciar depois de 10 segundos. Para fazer chamar na hora, coloque a funзгo teste para ser chamada no OnPlayerConnect e dentro da public teste coloque o timer.