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. Console commands without arguments returning NRE
     
  2. emu

    emu

  3. Hi emu

    Can you tell us how to do for have messages with UTF8 less BOM?

    Because it don't take theses caracters : éèâà '
     

    Attached Files:

  4. emu

    emu

    Maybe. I will do some research.
     
  5. Code:
    [10/21/2015 5:36:51 AM] [Oxide] 5:36 AM [Error] Error while compiling PopupNotifications.cs(327,130): error CS1503: Argument `#4' cannot convert `string' expression to type `Facepunch.ObjectList?'
    [10/21/2015 5:37:52 AM] [Oxide] 5:37 AM [Error] Failed to call hook 'OnServerInitialized' on plugin 'AutoFurnaces v1.1.0' (NullReferenceException: Object reference not set to an instance of an object)
    [10/21/2015 8:58:32 AM] [Oxide] 8:58 AM [Error] Error while compiling PopupNotifications.cs(327,130): error CS1503: Argument `#4' cannot convert `string' expression to type `Facepunch.ObjectList?'
    [10/21/2015 8:59:34 AM] [Oxide] 8:59 AM [Error] Failed to call hook 'OnServerInitialized' on plugin 'AutoFurnaces v1.1.0' (NullReferenceException: Object reference not set to an instance of an object)
    [10/21/2015 12:20:15 PM] [Oxide] 12:20 PM [Error] Error while compiling PopupNotifications.cs(327,130): error CS1503: Argument `#4' cannot convert `string' expression to type `Facepunch.ObjectList?'
    [10/21/2015 12:21:19 PM] [Oxide] 12:21 PM [Error] Failed to call hook 'OnServerInitialized' on plugin 'AutoFurnaces v1.1.0' (NullReferenceException: Object reference not set to an instance of an object)
    [10/21/2015 3:42:10 PM] [Oxide] 3:42 PM [Error] Error while compiling PopupNotifications.cs(327,130): error CS1503: Argument `#4' cannot convert `string' expression to type `Facepunch.ObjectList?'
    [10/21/2015 3:43:20 PM] [Oxide] 3:43 PM [Error] Failed to call hook 'OnServerInitialized' on plugin 'AutoFurnaces v1.1.0' (NullReferenceException: Object reference not set to an instance of an object)
    [10/21/2015 7:03:51 PM] [Oxide] 7:03 PM [Error] Error while compiling PopupNotifications.cs(327,130): error CS1503: Argument `#4' cannot convert `string' expression to type `Facepunch.ObjectList?'
     
  6. Wulf

    Wulf Community Admin

    Update to the latest plugin version. In the future, please post in the plugin's thread.
     
  7. I've updated all plugins to the latest version, oxide, too, after restart server my compilator shows that all plugins do not work! I have again downloaded the plug-ins last version to errors compilator gone and the server was stable!
    [DOUBLEPOST=1446130886][/DOUBLEPOST]these errors always appear after the restart, I have to constantly upload the same plugin to remove the errors
     

    Attached Files:

  8. Wulf

    Wulf Community Admin

    The only error in that log is from this plugin, the rest are style warnings and can be ignored.
     
  9. why my server crashes with the message Time Out and eject all players from the server?
     
  10. Wulf

    Wulf Community Admin

    Your first step would be the update the plugin to the latest version, which is fixed.
     
  11. can you add color option for messages ?
     
  12. Question. Is there a way to remove the x?
     
  13. Requests from to help the TimedExecute Plugin integrate better ( TimedExecute | Page 14 | Oxide )
    • Add option for player to click a check mark box in popup message and never see that message again. ( each message would of course need a unique ID )
    • Add option to reset player(s) popup ignore list
    • Add option to change the background color on popup
    [DOUBLEPOST=1448984648,1448946962][/DOUBLEPOST]
    Color is already an option, unless you mean the background color.

    For instance I use this in the TimedExecute plugin to create a colored message
    Code:
    "popupmsg.global \"Thank you for playing with us! \n\n <color=orange><size=20>Chaos-Rust</size></color>\" 8": 10860
    check out the info here Oxide API for Rust
     
  14. Bad characters " in nickname if show popup, RPC Error: addui
     
  15. Greetings guys! Did anyone knows how to fix it? Oxide v. 1742.

    Code:
    [Oxide] 5:35 PM [Error] PopupNotifications plugin failed to compile!
    [Oxide] 5:35 PM [Error] PopupNotifications.cs(328,130): error CS1503: Argument `#4' cannot convert `string' expression to type `Facepunch.ObjectList?'
     
  16. The 'foundPlayer' variable is assigned values twice successively. Perhaps this is a mistake. Check lines: 196, 192. PopupNotifications.cs 196
     
  17. Hello,
    Is it possible to bring up the popup every hour?

    Thank you,
    Shu
     
  18. Maybe you are wright, but i dont understand nothing in it)). Would you be so nice to share the cs file that works?). Thank you!
     
  19. Probably it's not related to your problem. I reported it after analyzing plugin with PVS-Studio.
     
  20. Nobody ?