16.12.2009, 21:11
Код:
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; }