Popup Notifications

Popup notifications that can be created by admins and other plugins

Total Downloads: 9,351 - First Release: Jul 22, 2015 - Last Update: Feb 18, 2018

5/5, 30 likes
  1. tried the new line modifier and the html version to no avail (/n | \n | <br>)
     
  2. Wulf

    Wulf Community Admin

    \n, not /n
     
  3. emu

    emu

    If you use C#, use string literals.
    Code:
    string message = @"hello
    world";
     
  4. I'm entering my pop-up via rcon
     
  5. emu

    emu

    I will try to add multiline then.
     
  6. even a certain string of characters thaty are replaced with a new line will do (like the old \n)
     
  7. emu

    emu

  8. Thanks emu for all this great updates !
     
  9. emu

    emu

    Sure, I had fun doing this.
     
  10. Wulf

    Wulf Community Admin

    PS. My PushAPI plugin was an example, I wouldn't use the exact example for your plugin. ;)
     
  11. Python plugins supported for API?
     
  12. Wulf

    Wulf Community Admin

    Sure, why not?
     
  13. And there are use examples? :D
     
  14. Hi, I'm from Russia and I want on my server was in Russian, I translate the text in the notification plugin? but after I reload the config oxide nothing happens? maybe I'm doing something wrong?
     
  15. Was wondering what all I would need to do to get Notifier to link in with this. Would be nice for the servers notifications to display outside of the chat box. Any help would be greatly appreciated.
     
  16. Couldnt get this to work, loads fine but nothing happens.
     
  17. Wulf

    Wulf Community Admin

    What commands did you use?
     
  18. both popupmsg.global "Hello" 5 in rcon console and i tried the plugin

    local pop = plugins.Find("PopupNotifications")

    pop:CallHook("CreatePopupNotification", "Hello")
     
  19. Wulf

    Wulf Community Admin

    Are you getting any errors in your logs? Did it load successfully?
     
  20. It loaded and no errors when i call the command, could it be my resolution? 1920x1080?
    [DOUBLEPOST=1439066465][/DOUBLEPOST]It magically started working hmm..anyway..thanks