Ping [Replaced]

Discussion in 'Plugin Support' started by Wulf, Jan 22, 2014.

  1. no problem with Oxide 1.17.2
     
  2. Wulf

    Wulf Community Admin

    Wulf updated Ping with a new update entry:

    Updated for Oxide 2.0 and more

     
  3. error on function HasPermission(steamId), invalid arguments to method call at NLua.... and bla bla...

    Oxide 2.0 Legacy
     
    Last edited by a moderator: May 18, 2015
  4. Wulf

    Wulf Community Admin

    Fixed locally in next version. :)
     
  5. Possibility to turn off the logging when someone connects it won't log in rcon tool?
     
  6. Wulf

    Wulf Community Admin

    I can add an option.
     
  7. Would be really nice to see that in an upcomming update. :)
    Also do you know where this message comes from?
    "(22:16:27) | [Oxide] 10:14 PM [Info] 0"
    Seems like from the Ping plugin as well.
     
  8. Wulf

    Wulf Community Admin

    It's not from this plugin, this plugin uses "Ping >" in front of every console/log message.
     
  9. Wulf

    Wulf Community Admin

    Wulf updated Ping with a new update entry:

    Fixed command permission check

     
  10. Wulf

    Wulf Community Admin

  11. Wulf

    Wulf Community Admin

    Wulf updated Ping with a new update entry:

    Fixed a few bugs and errors

     
  12. Wulf

    Wulf Community Admin

  13. Wulf, there still have a problem with the Help Function.

    Fix from:
    Code:
    function PLUGIN:SendHelpText(player)
        if HasPermission(steamId, "ping.check") then
            rust.SendChatMessage(player, self.Config.Messages.ChatHelp)
        end
    end
    
    To:
    Code:
    function PLUGIN:SendHelpText(player)
        if HasPermission(rust.UserIDFromPlayer(player), "ping.check") then
            rust.SendChatMessage(player, self.Config.Messages.ChatHelp)
        end
    end
    
     
    Last edited by a moderator: Jun 11, 2015
  14. Wulf

    Wulf Community Admin

    ME you mean? ;)

    Yeah, I missed the steamId lookup in all of my recent changes.
     
  15. Oh, yeah, you! Sorry! Big mistake from me. Sorry!

    I edited my previous message to put your name :p
     
  16. Wulf

    Wulf Community Admin

  17. Wulf

    Wulf Community Admin

  18. Wulf

    Wulf Community Admin

    Wulf updated Ping with a new update entry:

    1.3.0

     
  19. seems like /ping is not working, i have installed the plugin on a new server with the new oxide
     
  20. I can confirm that /ping doesn't work.