shanapu / MyJailShop

MyJailShop is a redux rewrite of Dkmuniz Jail Shop and provide you a high customizable shop with credits system intended for jailbreak server.
https://forums.alliedmods.net/showthread.php?t=288712
GNU General Public License v3.0
13 stars 9 forks source link

Fixes #54 and updates to new timer syntax #56

Open azalty opened 3 years ago

azalty commented 3 years ago

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