New Years Countdown Help
#4

Код:
public timer()
{
	new string[3];
	counter++;
	if(counter > 0 && counter < 60)
	{
		format(string, sizeof(string), "%d", counter);
		GameTextForAll(string, 500, 3);
	}
	else
	{
		GameTextForAll("HAPPY NEW YEAR 2010!!!", 500, 2000);
		counter = 0;
		KillTimer(countTimer);
	}
	return true;
}
Reply


Messages In This Thread
New Years Countdown Help - by wilcock33 - 16.12.2009, 20:38
Re: New Years Countdown Help - by dice7 - 16.12.2009, 20:41
Re: New Years Countdown Help - by wilcock33 - 16.12.2009, 20:42
Re: New Years Countdown Help - by bigcomfycouch - 16.12.2009, 21:11

Forum Jump:


Users browsing this thread: 1 Guest(s)