1. Reneb submitted a new resource:

    Location - Locations, used for external plugins & /location command

    Read more about this resource...
     
  2. This is /location
    [​IMG]

    And this is /location PreFiX

    [​IMG]

    Is this a bug?

    1 bug it's reverse meaning. I mean if u type /location you should get second one but you get first one.

    2 bug command doesn't show any position/location.


    Suggestion - make alias to command /pos :)
     
  3. Wulf

    Wulf Community Admin

    Update to the latest Oxide build.
     
  4. Thank you it helped.
     
  5. Where do you put the file? I see it is a .cs file and not a typical .dll file
     
  6. there are never .dll files as plugins :x
    it's .js .lua .cs
    goes in oxide/plugins/
     
  7. some players to use /location not working
    Code:
    9:05 AM [Error] Failed to call hook 'cmdChatLocation' on plugin 'Location v1.0.1' (FormatException: Input string was not in a correct format.)
    9:05 AM [Debug]   at System.String.FormatHelper (System.Text.StringBuilder result, IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at System.String.Format (IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at System.String.Format (System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.RustLegacyPlugin.PrintToChat (.NetUser netUser, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.RustLegacyPlugin.SendReply (.NetUser netUser, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Location.cmdChatLocation (.NetUser netuser, System.String command, System.String[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Location.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