View Single Post
pheadxdll
AlliedModders Donor
Join Date: Jun 2008
Old 08-07-2008 , 23:13   Re: TF2: Roll the Dice
Reply With Quote #11

Quote:
Originally Posted by bl4nk View Post
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.
I need some clarification on that. I should use CloseHandle instead of KillTimer? I'm gonna put on a 1.0 server and do my best to get this working.

Last edited by pheadxdll; 08-07-2008 at 23:54.
pheadxdll is offline