1. void OnRocketLaunched(BasePlayer player, BaseEntity entity) is this hook working for anyone?
     
  2. Works on Player Challenges plugin so yes
     
  3. Works 100%! Example:
    Code:
    void OnRocketLaunched(BasePlayer player, BaseEntity entity)
    {
        if (entity != null)
            Puts(entity.ShortPrefabName);
    }
     
  4. It works if you update to the newest Oxide version.