Kills a timer. Use this instead of CloseHandle() if you need more options.
void KillTimer(Handle timer, bool autoClose)
Timer Handle to kill.
If autoClose is true, the data that was passed to CreateTimer() will be closed as a handle if TIMER_DATA_HNDL_CLOSE was not specified.
Invalid timer handle.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.