k1lly0u updated Popup Notifications with a new update entry:
0.1.3

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
-
this broke my whole server
-
Is it possible to insert whole sentences there? Empty button is not recognized by me
-
anyway to set this up so when a player connects to the server it will show some lines such as welcome to the server, please read all rules ectra and then dissapears after say 20 seconds like a weclome message
-
-
For those that want a black background you will need to open up Oxide/Plugins/PopupNotifications.cs and go to line 288:
Code:var element = CreatePopupMessage(name, $"0.5 0.5 0.5 {config.Transparency}", message, slot, $"{anchorMin.x} {anchorMin.y}", $"{anchorMax.x} {anchorMax.y}");
Code:var element = CreatePopupMessage(name, $"0.0 0.0 0.0 {config.Transparency}", message, slot, $"{anchorMin.x} {anchorMin.y}", $"{anchorMax.x} {anchorMax.y}");
-
Thx for this plugin
-
I was just wondering would anyone know how I could get the pop-up to show in this area instead of the top right:
-
Code:
(16:30:42) | Failed to call hook 'CloseCommand' on plugin 'PopupNotifications v0.1.3' (KeyNotFoundException: The given key was not present in the dictionary.) (16:30:43) | at System.Collections.Generic.Dictionary`2[System.Int32,System.String].get_Item (Int32 key) [0x00000] in <filename unknown>:0 at Oxide.Plugins.PopupNotifications+Notifier.DestroyNotification (Int32 slot) [0x00000] in <filename unknown>:0 at Oxide.Plugins.PopupNotifications.CloseCommand (.Arg arg) [0x00000] in <filename unknown>:0 at Oxide.Plugins.PopupNotifications.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
-
20171104084535 1
What is this strange red stripes? -
Is there an update for the console commands?
popupmsg.toplayer and popupmsg.global aren't working for me -
this is better
{
"FadeTime": 1.0,
"Height": 0.1,
"MaxShownMessages": 2,
"PositionX": 0.4,
"PositionY": 0.89,
"ScrollDown": true,
"ShowDuration": 20.0,
"Spacing": 0.01,
"Transparency": 0.7,
"Width": 0.20
} -
Greetings - Grüße gehn raus!
Smitty -
-
Code:
{ "FadeTime": 1.0, "Height": 0.1, "MaxShownMessages": 1, "PositionX": 0.146, "PositionY": 0.05, "ScrollDown": false, "ShowDuration": 8.0, "Spacing": 0.01, "Transparency": 0.3, "Width": 0.19 }
"Write to Chat": false,
"Use Popup Notifications": true, -
thanks PryMary
-
{
"FadeTime": 1.0,
"Height": 0.1,
"MaxShownMessages": 2,
"PositionX": 0.4,
"PositionY": 0.89,
"ScrollDown": true,
"ShowDuration": 20.0,
"Spacing": 0.01,
"Transparency": 0.7,
"Width": 0.20
}
than make on your deathnote.json
"Title": "Kill",
its show better ;-)Attached Files:
Last edited by a moderator: Jan 5, 2018 -
-
aye mines nicely situated in my infopanel so am happy where it is
-
can i hide the "X"?
*Edit Posted to soon, found how in the plugin itself! cheers for an awesome pluginLast edited by a moderator: Jan 21, 2018 -