Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #54 and updates to new timer syntax #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

azalty
Copy link

@azalty azalty commented Jan 11, 2021

Fixes #54 - Simple fix, does what the title says

The delete keyword checks if timer handle is != null and if yes, it closes it/kills the timer and sets the handle to null

For non repeating timers, it's required to set the handle to null at the end, to prevent sourcemod from thinking it's still running

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Shop close delay doesn't reset if the round ends before the timer is finished
1 participant