ServerInfo

Moved

Total Downloads: 10,609 - First Release: Aug 29, 2015 - Last Update: Oct 27, 2017

5/5, 53 likes
  1. I do apologise! Been stuck on this for an hour or so, couldn't locate my stupidity haha!

    Cheers <3
     
  2. Do`nt worries, we all had those moments :D
     
  3. 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 
     
  4. 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?
     
  5. Yes, change background color's alfa channel
     
  6. Code:
    "BackgroundColor": "#000000FF"
    Dumb Question, which one is this?
     
  7. Change last FF to AA or 88
    [DOUBLEPOST=1442268692,1442178072][/DOUBLEPOST]Did it help? :)
     
  8. baton256 updated GUI Help with a new update entry:

    0.3.1

     
  9. Lol, on all not same monitors this button will be in random positions, yep?
     
  10. 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.
     
  11. 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 
     
  12. baton256 updated GUI Help with a new update entry:

    0.3.2


    [DOUBLEPOST=1442331386][/DOUBLEPOST]
    Updated, let me know if it helps
     
  13. Yes it work fine thx
     
  14. 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
     
  15. 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
     
  16. Sorry I do not.

    Can you give us some examples of the range. For instance 50% transparency in the HEX range of 00 - FF would be what? ( adding this to the overview would be good too. )

    Oh and the "color" for the "help" button is the background. Can we also get a text color setting too! ? Please! :)
     
  17. 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
     
  18. Thanks.
     
  19. Doesn't look like the positioning of the Help-button in the config works at the moment(?)
     
  20. baton256 updated GUI Help with a new update entry:

    0.3.3