SA-MP Forums Archive
[Pedido]Gametext + tempo. - 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: [Pedido]Gametext + tempo. (/showthread.php?tid=335593)



[Pedido]Gametext + tempo. - lyllrasta - 19.04.2012

Alguem Poderia fazer um Timer que atualiza em 1 a 1 segundo ?
tipo.
cria um gametextforplayer na tela e fica o tempo la.
1,2,3,4...
Valeu Ficarei grato ! <#


Re: [Pedido]Gametext + tempo. - zSuYaNw - 19.04.2012

https://sampforum.blast.hk/showthread.php?tid=281966




Re: [Pedido]Gametext + tempo. - steki. - 19.04.2012

SEEEEEEEEEEEEEEEEEEAAAAAAAAAAAAAAAAARCHH


Re: [Pedido]Gametext + tempo. - Joker_OutLock - 19.04.2012

pawn Код:
SetTimerEx("Conta1segundo", 1000, 0, "i", playerid);

public Conta1segundo(playerid)
{
GameTextForPlayer(PLAYERID, "TEXTO", 2000, ESTILO); //2 segundos
...
}
Prуxima vez use o seach, tem vбrios tuto de gametext, sу da uma procurada ai...