1. I am creating an Extension, Apparently NextTick() does not exist using
    Code:
    Class Somename : CSPlugin 
    But using RustPlugin will solve this issue but throw Can not call hook directly etc etc

    EDIT:
    Solved:
    Code:
    Interface.Oxide.NextTick(() =>
    {}
     
    Last edited by a moderator: Feb 8, 2018
  2. Wulf

    Wulf Community Admin

    It is game specific and would only exist in each game’s extension for use in plugins.