1. Is there a code sample on how to create a new Timer. Also the float for interval is a millisecond?

    I especially need help with the CallBack part of the timer.Repeat method.
     
  2. Wulf

    Wulf Community Admin

    The timers will be the same between games if you use Oxide's timers. Ex. Oxide API for Rust.

    The time will be in seconds as well, so 1f = 1 second.
     
  3. Great! Thanks