Countdown in textdraw
#1

Hi all,i've a problem.

I want create a countdown of 2 minutes in textdraw,but i dont know how.

Any help?Thanks.
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)