24.11.2009, 17:22
Quote:
Originally Posted by [WsR
RyDeR ]
Top of the script; Code:
new CountDownFromAmount; forward CountDownTimer(); Code:
CountDownFromAmount = 480; // 8min. SetTimer("CountDownTimer", 999, 1); Code:
public CountDownTimer() { CountDownFromAmount--; if (CountDownFromAmount == 0) { GameTextForAll("End of round!!", 3000, 5); } return 1; } |
BTW, nice skills
![Wink](images/smilies/wink.png)