View Single Post
bl4nk
SourceMod Developer
Join Date: Jul 2007
Old 08-07-2008 , 23:09   Re: TF2: Roll the Dice
Reply With Quote #10

Yes, you can kill non-repeating timers. Just use CloseHandle() on the timer handle. Also, remember that you don't have to close non-repeating timers on their callback. They'll automatically close once the callback has fully been ran through.
bl4nk is offline