1. Its possible to destroy a timer so it wont enter into a infinity loop when called several times?
     
  2. Wulf

    Wulf Community Admin

  3. what ever you declare your timer name in c# make sure its declared just under the class so you can access it from all voids then simply just on the onTick event call back you setup call or anywhere else ofcourse yourdeclaredtimername.Stop();

    look in my anti Speed Hack for c# timers
     
    Last edited by a moderator: Feb 10, 2015