[Pedido] Tempo do Round
#7

Eu que estou nisto de PAWN а uns 4 dias (aprender), vou tentar ajudar-te, com base nos links que o Delete_ postou.

Deve ser +/- isto que vou tentar fazer aqui:

PHP код:
#include <zcmd>
forward TextDrawTimer;
new 
Text:TextDraw0;
public 
OnGamemodeInit()
{
        
Textdraw0 TextDrawCreate(81.000000120.000000"Tempo que falta aqui");
        
TextDrawAlignment(Textdraw02);
        
TextDrawBackgroundColor(Textdraw0255);
        
TextDrawFont(Textdraw02);
        
TextDrawLetterSize(Textdraw00.5000001.000000);
        
TextDrawColor(Textdraw0, -16776961);
        
TextDrawSetOutline(Textdraw01);
        
TextDrawSetProportional(Textdraw01);
}
CMD:iniciartimer(playeridparams[])
{
         print(
"Timer a iniciar...);
         SetTimer("
TextDrawTimer", 900000, false); // 1000 - 1segundo || 900000 - 15 minutos
         TextDrawShowForAll(TextDraw0);
         return 1;

Bem, acho que й mais ou menos isso que querias... agora sу tens de tentar imprimir o timer no textdraw. Mas isso ainda nгo sei fazer. Boa sorte

EDIT: Sу reparei agora nas tuas especificaзхes...

Naquilo do vermelho deves conseguir com um if else... no resto nгo te sei ajudar...
Reply


Messages In This Thread
Tempo do Round - by Coringa_Vilao - 02.04.2013, 15:17
Re: Tempo do Round - by VenoN - 02.04.2013, 15:21
Re: Tempo do Round - by Coringa_Vilao - 02.04.2013, 16:27
Re: Tempo do Round - by Coringa_Vilao - 03.04.2013, 15:38
Re: Tempo do Round - by Delete_ - 03.04.2013, 15:59
Re: Tempo do Round - by Coringa_Vilao - 03.04.2013, 16:08
Re: Tempo do Round - by bruxo00 - 03.04.2013, 17:44
Re: Tempo do Round - by Coringa_Vilao - 03.04.2013, 18:48
Re: Tempo do Round - by Coringa_Vilao - 03.04.2013, 19:00
Re: Tempo do Round - by arakuta - 03.04.2013, 22:12

Forum Jump:


Users browsing this thread: 1 Guest(s)