1. I can see 3 timers methods in Oxide API for Rust : Once, Repeat & NextFrame.
    But in some plugins I found "timer.In" method. Is it undocumented or incorrect?
     
  2. Wulf

    Wulf Community Admin

    The timer.In is the same as timer.Once I believe, just an alias.