1. Hello great plugin no issues. I only have one question as of this time. The "ads" come in a random order it seems. Is there a way to make it go down the list so I can make sure they are all getting out. Sorry if this has already been answered.
     
  2. I put a temporary work-around on the previous page. (If you don't depend on multi-language support)
     
  3. Thanks man, let's see if that works for me!
     
  4. The workaround doesnt work for me
     
  5. Are you trying to resolve the problem the workaround is addressing? It's focused on the following error:
    [ERROR] Web request callback raised an exception...

    I just took those lines out that make the call, and the plugin still works, but it just doesn't retrieve the country you're in. Are you getting any console error messages?
     
  6. Hi, sorry to ask such a silly question. How would I set the "MOTD"? I try the command /motd in chat but it says it is an unknown command. Thanks for the help - sorry for the silly question.
     
  7. I think MOTD was removed? Could be mistaken, but I do not see it anywhere in the plugin
     
  8. I thought this was the case also, but I do wear glasses and sometimes can't see :)
     
  9. haha :D
     
    Last edited by a moderator: Sep 14, 2016
  10. is it possible for me to change the join and quit messages?
    i want this to be the code: <color=#00ccff>{player.name}<end><color=#A4A4A4> Joined || {player.country}<end> <color=#00FF00>✔<end>
    i tried editing line 367 in the plugin, the plugin loads fine, but its still the old message.

    i dont see any options in the config file.

    please help
     
  11. Try editing the LANG file instead of the plugin, BUT if you already edited the lines in the .CS file, delete your lang file and let it regenerate, then the changes should take effect.
     
  12. worked wonders, cheers! :)
     
  13. Hello, Im trying to add something like a /about to list server settings, ect. I edited the .cs file adding:
    SetConfig(cmds, "Triggers", "About", new List<string> { "/about" });
    SetConfig(cmds, "Settings", "About", true);
    But im not sure what else to add or where to add the list. Can some help?

    EDIT: I figured this out and boy it was alot harder than expected.
     
    Last edited by a moderator: Sep 20, 2016
  14. Maybe I'm missing something. I am very new to hosting but am doing so with a handful of other mods.

    What is the command or how do I go about entering messages to pop up at set intervals? I'm new so the command would be very helpful. I appreciate the help.
     
  15. Is it possible for only admins to see join/quit messages?
     
  16. It's not so a command (As far as I Know), rather you need to edit Notifier.json. If you look under Advert Messages you can add/edit those lines to your lining.
    Code:
     "Advert Messages": [
        "Please be respectful with all the other players",
        "Cheating or abusing of game exploits may result in a <red>permanent<end> ban.",
        "You are playing on: <orange>{server.hostname}<end>",
        "There are <orange>{players.active}<silver>/<end>{server.maxplayers} <silver>players playing in the server, and<end> {players.sleepers}<end> sleepers.",
        "Check <cyan>Notifier's<end> commands with <orange>/notifier help<end> command."
      ],
    You can also look under "Schedule messages" and have those appear at the times you want.

    Code:
      "Schedule Messages": {
        "00:46": [
          "It is now <orange>{localtime.now}<end> (Server local time)"
        ],
        "00:47": [
          "It is now <orange>{localtime.date} {localtime.now}<end> (Server local time)"
        ]
     
  17. None of my plugins are working for my server any one know how to fix this?
     
  18. For some strange reason, it's broadcasting the time now randomly. I can't see where the setting is to get rid of that in the config file. Does anyone know how to make it stop that?
     
  19. It should be needless to say, but of course you need to provide much more information than that if you're asking for help. Help those whom you are asking help!

    For a stab in the dark: Did you update your server? Did you reinstall oxide after? (if not, that is why)

    Otherwise, look at the console logs and provide what you're seeing if you want even a chance of someone being able to help you.
    Was it ever working? What was done between it working and not?
     
  20. Is it possible to have the players country only show to admins when someone joins?
    I want the join message viewable for everyone, but the country only for admins

    Thanks