1. Well Rank And Titles does change your name, so that makes me think that makes Notifier Admin tags incompatible with Rank And Titles.
    I will still look at it and see what I can do about it.
     
  2. Is there any reason why my /help is telling me Unknown command 'help'!?

    NM, I was missing HELP TEXT.
     
  3. Rank titles and Clans does that. unload it and relog. i had the same problem running these two, and i am not using ranks since.
     
  4. SkinN õ.Õ'.|. updated Notifier with a new update entry:

    Notifier | /map command, and improvements.

     
  5. /admins is messed up
    shows a bunch of blank spaces along with the admin names
    also /players
    shows names and blank spaces and commas.
    Example below.

    NOTIFIER|PLAYERS ONLINE
    ---------------------------------
    ,, name , name ,,, , ,
    ,, name, name, name,,
    name,,
    ------------------
     
    Last edited by a moderator: Apr 7, 2015
  6. Could you please take a print of this so I can make sure of whats going on?

    Thanks in advance.
     
  7. how do print it? does not show anywhere else but chat..
     
  8. While the text is on the chat hit F12 to take a Steam print screen, then upload it and send me the link.
     
  9. Alright, thank you. I will see what I can do about it.
    [DOUBLEPOST=1428373352][/DOUBLEPOST] Could you also type in the chat /notifier and take a print of that too please?
     
  10. v2.6.0 by SkinzN
    Resource ID: 797|Config: v3.5
     
  11. I've been trying to go around this issue and I lead to believe this happens because of some weird characters that players use in their names, making the list go crazy. This is not a problem of the plugin functionality as you can see in the image I ran a list of 50 numbers (as it was 50 players) and the list works just fine.
    Perhaps the only thing I could do to avoid this issue would be to find these characters that mess up the list and remove them from the players names right before the list is displayed, but the problem is to find these characters. :|
    Anyway I will still see what I can do about this.

    Thanks for reporting.

    [​IMG]
     
  12. CHR

    CHR

    Skin u really Need a better GPU... i get eyecancer! :D <3 U
     
  13. I have a GTX 750Ti 2gb GDDR5

    I like to play all in low for the best performance, I dont really go for the best quality.
     
  14. @SkinN õ.Õ'.|. I suggest you adding different languages for welcome messages, which depends on the locations. Like with rules.
     
  15. I will consider your request, thank you.
     
  16. I LOVE the plug-in !

    But for a stupid fudge like me, it's not that simple to change the message to be more custom. I'm just gonna explain and then you guys can laugh at me :)

    I know there's 2 files: notifier.py and notifier.json they look very much alike. I am sure that I need to change something in both files, since some of the text I want to change only is displayed in 1 of them.

    As a start I wanted to change the prefix to RGC instead of NOTIFIER, I opened the notifier.py and change the name there:

    # ==========================================================================
    # <>> PLUGIN
    # ==========================================================================
    def __init__(self):

    # PLUGIN INFO
    self.Title = 'RGC'
    But that only changed the name for the command /rules the command /map still has Notifier on it.

    I have a lot more questions, but for now I'll just see if anyone knows where I can find a guide on how to customize the text wording and make it personal for my server.

    Thank you very much in advance.

    - Rawdee
     
  17. You may ask as much questions as you'd like, or need, I will gladly help anyway I can to make sure you get what you want.

    As you said and you are right there are 2 files, notifier.py and notifier.json, notifier.py is the actual plugin which you must put it in your server's 'plugins' folder, and you should not change this file at any point, or else you probably going to cause malfunctions. notifier.json is the configuration file, this file is created under the config file by the plugin itself on the plugin first load, and this is the file you do the changes you want, and this file only, this goes for any plugin in general only that each file has the name of corresponding plugin.

    When you open notifier.json then you must look for the prefix under the SETTINGS section:
    Code:
      "SETTINGS": { # SETTINGS IS THE SECTION NAME
        "RULES LANGUAGE": "AUTO",
        "ENABLE ADVERTS": true,
        "ENABLE PLAYERS LIST CMD": true,
        "SHOW CONNECTED": true,
        "ADVERTS INTERVAL": 300,
        "ENABLE ADMIN TAGS": false,
        "ENABLE SEED CMD": false,
        "ENABLE HELPTEXT": true,
        "ENABLE WELCOME MESSAGE": true,
        "OWNER TAG": "[OWNER]",
        "BROADCAST TO CONSOLE": true,
        "PREFIX": "NOTIFIER", # THIS IS THE PREFIX SETTING, TO WHICH YOU MAY CHANGE TO WHATEVER YOU WANT
        "CHAT PLAYERS LIST": true,
        "CONSOLE PLAYERS LIST": true,
        "ENABLE PLUGINS LIST CMD": false,
        "HIDE ADMINS CONNECTIONS": false,
        "ENABLE ADMINS LIST CMD": false,
        "ENABLE RULES CMD": true,
        "ENABLE SERVER MAP CMD": true,
        "SHOW DISCONNECTED": true,
        "MODERATOR TAG": "[MOD]"
      },
    
    Let me know if you need anything else.

    PS: The messages starting with # are for explanation only!
     
  18. Thank you! I really appreciate that. I'll config the json file and see if I can get it to do everything that I want.

    If not I'll come back here :)