From what I understand when I do
local timer t = CreateTimer()
call DestroyTimer(t)
t still points to the handleid of the destroyed timer so I need to set t = null so that the handleid of the destroyed timer will be recycled.
But when i do
local timer t = CreateTimer()
call DestroyTimer(t)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.