29.03.2017, 20:37
Cause you call a timer when you want to stop a timer?
Код:
main() { repeat DelayedFunction(42); new Timer:x = repeat DelayedFunction(42); stop x; }