Vanish

Moved

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

5/5, 75 likes
  1. Wulff friend Thank you very much for your help!
    I found a mistake! Fixed and it worked!)
    I blame myself, screwed up with the translation!)))
     
  2. can we get a console command for it? so it can be bound to a key.
     
  3. Wulf

    Wulf Community Admin

    It can be bound to a key already:
    Code:
    bind V "chat.add /vanish"
     
  4. Excellent!!! It was the first ting i tried but without the "Chat.add" good to know :) are there any more hidden futures that you wanna share? haven't found the oxide syntax and commands manual yet ;)
     
  5. Wulf

    Wulf Community Admin

    That's part of Rust, not really Oxide syntax.
     
  6. Whenever I type /vanish it says "Sorry you cannot use 'vanish' right now"
     
  7. You need to add the permission to the admin group see the overview
     
  8. thanks
     
  9. [Oxide] 05:14 [Error] Failed to call hook 'CanTeleport' on plugin 'Vanish v0.3.0' (NullReferenceException: Object reference not set to an instance of an object)
     
  10. I'm having a weird issue, when im invisible i cannot hear ingame voice. I looked in the settings but didnt see an option for this. I removed all files and reloaded it but it didnt help. Any idea?
     
  11. You're not meant to hear others talk when you are invisible
     
  12. is there a way to change that? its kind of pointless to watch a suspected hacker if you cant hear what they are saying in chat. just makes investigating slightly harder.
     
  13. Go under the ground don't be invisible, then you can listen to them but as it Wulfs script you would need to talk to him about that
     
  14. Wulf

    Wulf Community Admin

    Voice in Rust is p2p and when you are invisible you are essentially not a player to other players so hey can't send you voice. There is no way to change it, that is the cost of being truly invisible.
     
  15. Hi! First time i've seen this now:

    Code:
    (18:06:22) | [Oxide] 17:06 [Error] Failed to call hook 'CanTeleport' on plugin 'Vanish v0.3.0' (NullReferenceException: Object reference not set to an instance of an object)
    (18:06:22) | [Oxide] 17:06 [Debug] at Oxide.Plugins.Vanish.CanTeleport (.BasePlayer player) [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: May 31, 2016
  16. What is the F1 console command to toggle vanish? The console command equivalent to "/vanish"?
     
  17. Wulf

    Wulf Community Admin

    I haven't released the version with that yet, but you can use "chat.add /vanish" if you really want to.
     
  18. bind V "chat.add /vanish"
    it was posted above
     
  19. Wulf

    Wulf Community Admin

    That wouldn't be a console command per request, that's binding to a key. ;)
     
  20. I did this ' bind v chat.say "/vanish" ' without the single quotes and it works fine until i restart the server then it will send ' "/vanish ' in to chat