Solved OnReceiveTick Hook

Discussion in 'Rust Development' started by t0pdevice, Jan 14, 2015.

  1. Hi, guys.
    I need hook for BasePlayer::OnReceiveTick(PlayerTick msg). Can i do hooks with lua plugins or only Oxide developer can add it in new version?
     
  2. New hooks need to be added with the patcher, you can obtain the patcher here: https://github.com/OxideMod/OxidePatcher
    What particular action would you want to take with that hook as I can assume that runs frequently.
     
  3. I need 'BasePlayer.serverInput' and it's private. Well im changed it to public and it's work fine. But will check this Oxide 2 Patcher later. Thanks.