Popup Notifications

Popup notifications that can be created by admins and other plugins

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

5/5, 30 likes
  1. Thank you very much for your reply @JoeSheep
    I will get be installing the mod and following your instructions :)
    Thank you again for your help!
     
  2. Hello,
    we do notputgreatphrase aboutthis pluginfix?
     
  3. what positions do i need to put in the config , so the panels appear at the top in the center ?
     
  4. Is there any way to have this populate at specific in-game times?
     
  5. anybody know how to get icons workign with death notes on the weapons?
     
  6. Popup Notif don't work since the last update 07/07 or it's deathnotes?

    Can you repair it please ?
    Thanks
     
  7. Thank you so much guy !
     
  8. Hi, do you know why url not works anymore?
    Code:
    {
                                    ""parent"": ""Overlay"",
                                    ""name"": ""Notification2{slot}"",
                                    ""fadeOut"": ""{fadetime}"",
                                    ""components"":
                                    [
                                        {
                                            ""type"":""UnityEngine.UI.Image"",
                                            ""fadeIn"": ""0.3"",
                                            ""color"": ""0.5 0.5 0.5 1"",
                                            ""url"": ""http://rustinpeace.fr/images/tests-bleu.jpg""
                                        },
                                        {
                                            ""type"":""RectTransform"",
                                            ""anchormin"": ""0.648 0.0456"",
                                            ""anchormax"": ""0.8197 0.2157""                                    }
                                    ]
                                },
     
  9. You most likely need a direct URL, I don't see a reason it wouldn't.
     
  10. It was working with version before your fix, i don't understand why x).
     
  11. I didn't change that.
     
  12. it is not showing up at all any popups when i do the commands in chat or in console
     
  13. is it possible show countdown timer when someone is teleporting, i'm using NTeleportation plugin??
     
  14. Is anyone else using this plugin and after the last update any time "popupmsg.global" is run it cause all players to disconnect with the error "RPC Error: addui"?

    Does anyone know how to fix it?
     
  15. I did test it byself now, had had no error or DC...whats the content to be displayed in the msg?
     
  16. Code:
    [Oxide] 14:38 [Info] [Timed Execute] ran CMD: popupmsg.global || ARGS: "<size=20>! Discord Server !</size>
    <color=red><size=18>https://discord.gg/0iRxSBY4IBF8ZbL2</size></color>" 20
    Code:
    [Oxide] 14:03 [Info] [Timed Execute] ran CMD: popupmsg.global || ARGS: "<color=orange><size=16>chaos-rust-teamspeak.dyndns.org</size></color>
    " 20
    70.138.209.52:52010/xxxxxxxxxxxxxxxx/sixxxxxx4 disconnecting: RPC Error: addui
    I'm using Timed Execute to make the console command calls and it seems any message will cause the disconnect. I disabled the "Popup Notifications" plugin and players are not getting disconnected. Timed Execute is still running and attempting the console commands, but it doesn't cause any disconnects. Looking at GUI Announcements, that plugin is making the call to "addui" using the "CuiHelper" from Oxide. I don't believe that plugin is causing any issues. Is that the difference? Maybe "Popup Notifications" needs an update to using the "CuiHelper" from Oxide?

    This:
    Code:
    CommunityEntity.ServerInstance.ClientRPCEx(new Network.SendInfo() { connection = player.net.connection }, null, "AddUI", new Facepunch.ObjectList(uiDef, null, null, null, null));
    Versus something like this:
    Code:
     CuiHelper.AddUi(player, GUI);


    I don't really know. :(
     
  17. Excuse me the developer: Notifications Popup this plugin how to use, I use: /popupmsg "message" no tips please tell me how to use, thank you
     
  18. this doesnt work...