The timerDisable native AI script function is used to disable a timer.
()timerDisable(timerId: f) // timerDisable_f_
()timerDisable(0); // Disables the timer with ID 0
In this example, the function timerDisable
is called with an ID of 0, which disables the corresponding timer.