1. when i use home and tp it putts me back where i teleport from
     
  2. Wulf, are you going to look into the issues or is it a nae nae bro? :)
     
  3. Already I did, and still does not work
     
  4. When players Teleport home they die from fall damage.... anyone else?
     
  5. Are you updated to the lastest version?
     
  6. Wulf

    Wulf Community Admin

    The only issues I am aware of is a possible pending issue, and players falling through buildings that their client hasn't rendered yet.
     
  7. The latest version (from plugin front page) works ok! Earlier version brought me back to original location when trying to use home teleport. Thanks for the fix!
     
  8. After updating Oxide last night started having an issue where players would simply die from using the system. Everything would be rendered in correctly, they would just be downed or just flat out die from "Falling." I'm just a secondary admin and dunno when the last update of the plugin was, so we might be out of date.
     
  9. Wulf

    Wulf Community Admin

    The latest plugin update fixes the majority of that.
     
  10. I will look into getting it updated. Thanks for letting me know
    [DOUBLEPOST=1439575260][/DOUBLEPOST]Wulf, is there a way I can add you on Steam? I am rather unfamiliar with how to make plugins work, and I'm rather nervous about trying to do this myself
     
  11. @Wulf how to do
    BasePlayer._type:GetField("lastPositionValue", rust.PrivateBindingFlag())
    in C# Syntax lol
     
  12. Wulf

    Wulf Community Admin

    lastPositionValue = typeof(BasePlayer).GetField("lastPositionValue", (BindingFlags.Public | BindingFlags.Static | BindingFlags.Instance | BindingFlags.NonPublic));
     
  13. thanks
    @Wulf what type does that return?
     
    Last edited by a moderator: Aug 14, 2015
  14. are we still having the tp dying it kill my server pop =[, still unable to console teleport
     
  15. Wulf

    Wulf Community Admin

    No, that was fixed a day ago.
     
  16. getting this error when someone tries to tpr, everything else works
    Code:
    [Oxide] 9:46 PM [Error] Failed to call hook 'cmdTeleportRequest' on plugin 'm-Teleportation v1.4.17'
    File: m-Teleportation.lua Line: 1810 attempt to compare number with string:
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0
      at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Ext.Lua.Plugins.LuaPlugin.OnCallHook (System.String hookname, 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
     
  17. I am having problems with people freezing in place, they have to tp to fix the problem. ANy one else?
     
  18. Wulf

    Wulf Community Admin

    Which version of the plugin are you using?
     
  19. the newest, just downloaded a new copy
    PLUGIN.Title = "Teleportation System"
    PLUGIN.Description = "Multiple teleportation systems for admins and players."
    PLUGIN.Version = V(1, 4, 17)
    PLUGIN.Author = "Mughisi"
    PLUGIN.ResourceId = 660
     
  20. I'm having trouble ensuring people aren't allowed to set /home in a stranger's base via "UseFriendsAPI": true. I was under the impression this is all I need to setup as the server owner.. I've downloaded the most recent update, as well as full reset on server. I'm pretty new to hosting a server, but I appreciate the help!