Vanish

Allows players with permission to become truly invisible

Total Downloads: 22,657 - First Release: Nov 3, 2015 - Last Update: Jan 9, 2018

5/5, 75 likes
  1. Wulf

    Wulf Community Admin

    Wulf updated Vanish with a new update entry:

    0.2.0

     
  2. would it be possible to have the Indicator visible when the overlay is set to false.

    "ShowIndicator": true,
    "ShowOverlay": false,
     
  3. Wulf

    Wulf Community Admin

    Yes, it should work that way already.
     
  4. i cant see it..
     
  5. Wulf

    Wulf Community Admin

    Mmk, I'll check in the morning.
     
  6. ok ... :) but anyways, i love this plugin...
     
  7. change:

    // Add overlay effect
    if (ShowOverlay) VanishOverlay(player);

    to:

    // Add overlay effect
    if (ShowIndicator || ShowOverlay) VanishOverlay(player);
     
  8. ty
    (10:28:44) | [Oxide] 10:28 AM [Error] Failed to call hook 'OnEntityTakeDamage' on plugin 'Vanish v0.2.0' (NullReferenceException: Object reference not set to an instance of an object)
     
  9. Add:

    if (entity == null || info == null || info.Initiator == null || info.Initiator.ToPlayer() == null) return null;

    Above:

    var attacker = info?.Initiator as BasePlayer;
     
    Last edited by a moderator: Nov 18, 2015
  10. Code:
    Oxide] 12:47 PM [Error] Failed to call hook 'OnEntityTakeDamage' on plugin 'Vanish v0.2.0' (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 12:47 PM [Debug]  at Oxide.Plugins.Vanish.OnEntityTakeDamage (.BaseCombatEntity entity, .HitInfo info) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Vanish.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
     
    Last edited by a moderator: Nov 18, 2015
  11. Ok i just installed the new one i dont see any icon! What part of the screen is it show it up at?
     
  12. Thanks to @nivex
    Code:
    change:// Add overlay effect
    if (ShowOverlay) VanishOverlay(player);to:// Add overlay effect
    if (ShowIndicator || ShowOverlay) VanishOverlay(player);
     
  13. is there any way of making your shadow dissapear when you use vanish?? and also is there a way to stop it posting all the un-needed text into the console???
     
  14. Wulf

    Wulf Community Admin

    There is no shadow to other players as far as I know, and what text?
    [DOUBLEPOST=1447859839][/DOUBLEPOST]
    Most of that is redundant.
    Thanks for that, missed it after I added the indicator. :)
     
  15. after I took it off pal i never got the messages but every time that I install and run the rusty console just keeps on getting commands saying
    Code:
    [Oxide] 2:39 PM [Error] Failed to call hook 'CanBeTargeted' on plugin 'Vanish v0.1.6' (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 2:39 PM [Debug]   at Oxide.Plugins.Vanish.IsInvisible (.BasePlayer player) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Vanish.CanBeTargeted (.BaseCombatEntity entity) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Vanish.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
    [Oxide] 2:39 PM [Info] Unloaded plugin Vanish v0.1.6 by Wulf/lukespragg
     
  16. Wulf

    Wulf Community Admin

    You're using an outdated version. Please use the latest.
     
  17. I'm trying to use this plugin. My console has not errors but players can see me. What i do wrong? Server say "You have vanished from sight..." when i use command.
     
  18. Wulf

    Wulf Community Admin

    Are the other players admins? By default admins can see you unless you disable that. Also make you're using an ancient version of Oxide.
     
  19. Other players not admins. Okay, i try to update Oxide.
     
  20. Wulf

    Wulf Community Admin

    Wulf updated Vanish with a new update entry:

    0.2.1