recycling

  1. AGD

    [Solved] Handle Id Recycling

    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)...
Top