KillTimer
From Multi Theft Auto: Wiki
This function allows you to kill/halt existing timers.
Syntax
Required Arguments
- theTimer: The timer you wish to halt.
Returns
Returns true if the timer was successfully killed, false if no such timer existed.
Example
This example kills all timers with a remaining time of less than 1 minute.