Countdown in textdraw
#2

2 mins > 120 seconds > 120000 miliseconds.

Just create a variable going down:
pawn Код:
new var = 120;
public OneSecondTimer( ) {
    var--;
}
and show it in a textdraw.
Reply


Messages In This Thread
Countdown in textdraw - by Face9000 - 05.06.2011, 19:52
Re: Countdown in textdraw - by Mean - 05.06.2011, 20:05

Forum Jump:


Users browsing this thread: 2 Guest(s)