Posts: 547
Threads: 44
Joined: Nov 2011
Reputation:
0
How can i script this type of countdown?
This is the Command with ZCMD
/count [hour] [min] [sec]
I want this command and i want that it should show a textdraw with Timer like
HH/MM/SS
ok?
Please tell me how to make it?
Posts: 2,856
Threads: 6
Joined: Jun 2007
Reputation:
0
You use a timer which calls a the countdown functions (each second)
And each time it gets decrease the time variable and update the textdraw
If the time hits zero show some text and kill the timer
Posts: 547
Threads: 44
Joined: Nov 2011
Reputation:
0
Sorry but its difficult for me if i get the code then it will be easy for me to learn and make some more nice ones.
Posts: 547
Threads: 44
Joined: Nov 2011
Reputation:
0
Is there anyone who can help this poor person?
*BUMP*
Posts: 673
Threads: 45
Joined: May 2010
Reputation:
0
ill give you a small code to start.
new Counter;
in your cmd:
Counter = SetTimer("count",true);
and i can give you the full code later
Posts: 547
Threads: 44
Joined: Nov 2011
Reputation:
0
LoL
Is this some kind of a joke?