1. Its there by default:
    Code:
    "AIRDROP CALLED": "<yellow>Airdrop<end> incoming, will drop at <lime>{x}<end>,<lime>{x}<end>, <lime>{x}<end>.",
    Just take in mind you can replace {x}, {y} and {z} with just {location}, the others are there in case you want a more "flexible" message
     
  2. Hmmmm....currently it only says one is coming but never says a location or coords. Would it be because I have an addon called airdrop extended?
     
  3. I use notifier and Airdrop extendedd and message with coords work for me normaly
     
  4. No, Notifier should run well with Airdrop Extender, please upload your JSON file.
     
  5. Ok cool, here you are sir, thank you for the quick responses!
     

    Attached Files:

  6. Here you go, you hadn't set Announce Airdrop setting to true, and I have set it for you in the uploaded JSON, and I also took the liberty to set Announce Heli setting to true as well, to announce Patrol Helicopters, be free to make false again if you want to.
     

    Attached Files:

  7. Thank you so much!!!
     
  8. nvm this post
     
  9. player list not working on my server and this is happening when i reloading notifier:
    Traceback (most recent call last):
    File "notifier.py", line 22, in __init__
    NameError: global name 'false' is not defined
     
  10. player list not working on my server and this is happening when I trying reload notifier:
    Traceback (most recent call last):
    File "notifier.py", line 22, in __init__
    NameError: global name 'false' is not defined
     
  11. Could you please upload your plugin file?
     
  12. There you go:
     

    Attached Files:

  13. I told you the plugin file, the one that ends with .py, which is in the plugins folder of your server.
     
  14. Ohh sorry, My mistake
     

    Attached Files:

  15. I found the error, you might have edit this file by mistake, which btw you shouldn't, always edit the JSON file instead.
     

    Attached Files:

  16. Tried replacing the /map command to actually show the ip and port, it doesn't change. I replaced default code with
    "<orange><size=20>•</size><end> See where you are on the server map at: <lime>37.187.129.33:28045<end>"

    typed reload.oxide notifier in the cmd, says it updated and refreshed the plugin yet it still just says:
    See where you are on the server map at: http://:28045

    how to fix? :)
     
  17. upload your JSON file please
     
  18. whenever I join the server, it says the address correctly. However, when I manually type /map it shows the following port only.
     

    Attached Files:

  19. put the last line in the file like this
    "<orange><size=20>•</size><end> See where you are on the server map at: <lime>http://{server.ip}:{server.port}<end>"
     
  20. That wont solve his problem...as the problem is not in welcome messages.
    [DOUBLEPOST=1457976618][/DOUBLEPOST]
    That is because you haven't change the Map Link message, both Map Link and Welcome Messages are different features with different messages, thats why /map still shows incorrectly. Find this message in the Messages section adn type the IP manually as you did in welcome messages:
    Code:
        "MAP LINK": "See where you are on the server map at: <lime>http://{ip}:{port}<end>",