[Ajuda] Relogio bugando
#2

Код:
public OnFilterScriptInit()
{
	print("\n--------------------------------------");
	print(" Updated Version! WORLDCLOCK+DATE By Shadow");
	print("--------------------------------------\n");

    SetTimer("settime",1000,true);

	Date = TextDrawCreate(547.000000,11.000000,"--");

	TextDrawFont(Date,3);
	TextDrawLetterSize(Date,0.399999,1.600000);
    TextDrawColor(Date,0xffffffff);

	Time = TextDrawCreate(547.000000,28.000000,"--");

	TextDrawFont(Time,3);
	TextDrawLetterSize(Time,0.399999,1.600000);
	TextDrawColor(Time,0xffffffff);


	SetTimer("settime",1000,true);
	return 1;
}
Reparou nos dois timers iguais? deixa sу 1 e ve se resolve, estou com o mesmo problema em 2 GMs aqui :S
Reply


Messages In This Thread
[Ajuda] Relogio bugando - by Eduardo Honorato - 03.10.2011, 23:20
Re: [Ajuda] Relogio bugando - by Victor Cesaroni - 04.10.2011, 01:16
Re: [Ajuda] Relogio bugando - by Eduardo Honorato - 04.10.2011, 01:46

Forum Jump:


Users browsing this thread: 2 Guest(s)