1
2
3
4
5
6
2
3
4
5
6
timer(1000,"trgpistol") timer(2000,"five") timer(3000,"four") timer(4000,"three") timer(5000,"two") timer(6000,"one")
and so on... The problem is, if I add big timer like 300000 and I restart round, it will still execute the function even if it's other round!
How to reset things so timers get canceled if round is restarted?