Rust Info / help GUI

Discussion in 'Plugin Requests' started by gicko, May 16, 2017.

  1. Hi, i would like to have a plugin that show me a Gui with only a Picture and a close button without tabs like ServerInfo for Rust | Oxide....
     
  2. no not a really good idea because the red button and fullscreen layout ist not that what iam want... please help me
     
  3. Tabs are not mandatory in ServerInfo for Rust | Oxide .
    You can have tour picture and the close button on one page and display only that page :)

    See the configuration file of ServerInfo.
     
  4. I don't can find the option -.-
    [DOUBLEPOST=1495052028][/DOUBLEPOST]i have try this
    Code:
    {
         "Pages": [{
                 "TextLines": [
                     "This is first tab,  \t\t 1 \u20AC \n first page.",
                     "Add some text here by adding more lines.",
                     "You should replace all default text lines with whatever you feel up to",
                     "type <color=red> /info </color> to open this window",
                     "Press next page to check second page.",
                     "You may add more pages in config file."
                 ],
             },
             "BackgroundImage": {
                 "Enabled": true,
                 "Position": {
                     "MinX": 0.0,
                     "MaxX": 1.0,
                     "MinY": 0.0,
                     "MaxY": 1.0
                 },
                 "Url": "http://7-themes.com/data_images/out/35/6889756-black-backgrounds.jpg",
                 "TransparencyInPercent": 100
             },
             "ActiveButtonColor": "#00FFFFFF",
             "InactiveButtonColor": "#7F7F7FFF",
             "CloseButtonColor": "#7F7F7FFF",
             "NextPageButtonColor": "#7F7F7FFF",
             "PrevPageButtonColor": "#7F7F7FFF",
             "BackgroundColor": "#000000FF"
         }
    But this gives me an error.
     
  5. You didn't post an error, but it's probably JSON related, try The JSON Validator.
     
  6. well you can delete the ButtonText and set button colour or just save one button on the panel.
     
  7. thanks for your help -.-
    i have set the color from the tab button to #00000000 and position the close button in lower mid.

    the Post can be close