I do apologise! Been stuck on this for an hour or so, couldn't locate my stupidity haha!
Cheers <3
ServerInfo
Moved
Total Downloads: 10,609 - First Release: Aug 29, 2015 - Last Update: Oct 27, 2017
- 5/5, 53 likes
-
-
New error, got it working but this morning this happened?
Happens when someone types /info
Code:[Oxide] 2:19 PM [Error] Failed to call hook 'ShowInfo' on plugin 'ServerInfo v0.2.2' (ArgumentNullException: Argument cannot be null. Parameter name: settings) [Oxide] 2:19 PM [Debug] at ServerInfo.PlayerInfoState..ctor (ServerInfo.Settings settings) [0x00000] in <filename unknown>:0 at Oxide.Plugins.ServerInfo.ShowInfo (.BasePlayer player, System.String command, System.String[] args) [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
-
I've used a Blackground and I want to make it so that you can still see the game behind the box. I changed the Opacity to 30 percent but it still shows a solid black. Do I need to remove the background colour?
-
Yes, change background color's alfa channel
-
Code:
"BackgroundColor": "#000000FF"
-
Change last FF to AA or 88
[DOUBLEPOST=1442268692,1442178072][/DOUBLEPOST]Did it help? -
-
Lol, on all not same monitors this button will be in random positions, yep?
-
Guess so! Maybe it's better to align it to the left of the screen with min/max X set to 0.0, 0.05 respectively.
-
I have this
Code:[Oxide] 5:27 PM [Error] Failed to call hook 'OnServerInitialized' on plugin 'ServerInfo v0.3.1' (NullReferenceException: Object reference not set to an instance of an object) [Oxide] 5:27 PM [Debug] at Oxide.Plugins.ServerInfo.OnServerInitialized () [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
-
-
please add a transparency setting to the "Help" button in the config
AND / OR
Make the button appear only when the player hits "enter" to open the chat -
I could add transparency, but I do not know way to show it only when chat is active. If you know - please do share
[DOUBLEPOST=1442336128][/DOUBLEPOST]Btw you can edit transparency by changing last two chars in color in range from 00 to FF -
Oh and the "color" for the "help" button is the background. Can we also get a text color setting too! ? Please! -
Tou can change color of text using <color=red>Your text</color>
00 to ff is hexadecimal. In decimal its from 0 to 255. 255 - not transparent (100%). 127 is 50%. You can use windows calculator to do hex to dec conversion. I'm on the phone now -
-
Doesn't look like the positioning of the Help-button in the config works at the moment(?)
-