Posts: 372
Threads: 98
Joined: Mar 2011
Reputation:
0
When I typed /start , I start timer of 20 minutes. After that 20 minutes something stop. But that isnt problem
How to make when someone type /time.
To show how much time is left.
For example.
When someone type /time, comes SendClientMessage 19:37 left.
When someone type /time after two seconds SendClienMessage 19:35 left.
Posts: 372
Threads: 98
Joined: Mar 2011
Reputation:
0
Dont know how to do it, can you help me more ? If I type
new LeftMinutes = 19;
new LeftSeconds = 50;
Only this, and later dont know what to type.
Where and how you set -1 seconds, and when -1 minutes ?
Posts: 484
Threads: 11
Joined: Oct 2012
Reputation:
0
You should save the time, your hour and minute in a variable.
Can you show me your SetTimer and the public function of Timer?
Posts: 372
Threads: 98
Joined: Mar 2011
Reputation:
0
I didnt script anything about Timer. I ask you how to make that when I typed some command, it start "counting", so first time when type 2:58, after two seconds 2:56. Sory for bad english.
Posts: 372
Threads: 98
Joined: Mar 2011
Reputation:
0
Dont work, InGame it show me only number 9, after one seconds i type again and it show me 8, and again 8 and again 8...