1. ive tried adding VIP

    now when i give someone vip it does nothing it says they are in the group but they are white " normal chat colours "

    and they dont have a tag near there name

    could someone help me with this
     
  2. You need to post in the plugin you are using to give them the vip title for support
     
  3. Sorry what

    i dont quite understand.

    is there a vip plugin?
     
  4. This plugin will give you titles for groups Better Chat | Oxide
    Just read the overview if you need help with what groups you want @Resistance my name in a post and will make you the file
     
  5. @Resistance could you please <3


    I installed that Betterchat.exe but its seems pointless does nothing
     
  6. its not a exe its a .cs file you do need oxide installed to use plugins
     
  7. Yeah ive got all that the .cs and .json

    but on the plugin page it had a .exe thingo so yeah i got that aswel but its shit



    Basically

    I wanted normal players White

    Vip: Purple
    Donators: Red

    Admins

    Green name with Orange text


    Code:
    [
      {
        "GroupName": "default",
        "Priority": 0,
        "Title": {
          "Text": "[Player]",
          "Color": "#55aaff",
          "Size": 15,
          "Hidden": false,
          "HiddenIfNotPrimary": false
        },
        "Username": {
          "Color": "#55aaff",
          "Size": 15
        },
        "Message": {
          "Color": "white",
          "Size": 15
        },
        "Format": {
          "Chat": "{Title} {Username}: {Message}",
          "Console": "{Title} {Username}: {Message}"
        }
      },
      {
        "GroupName": "admin",
        "Priority": 2,
        "Title": {
          "Text": "[admin]",
          "Color": "#aaff55",
          "Size": 15,
          "Hidden": false,
          "HiddenIfNotPrimary": false
        },
        "Username": {
          "Color": "#aaff55",
          "Size": 15
        },
        "Message": {
          "Color": "Orange",
          "Size": 15
        },
        "Format": {
          "Chat": "{Title} {Username}: {Message}",
          "Console": "{Title} {Username}: {Message}"
        }
      }
    ]
     
  8. You will need to post this on the plugin page and am sure Wulf will move it when he gets on but i will post the json file for you on the plugin page and you need to tell me if you want there names that colour or the title that colour and do remember the text they type in game is white
     
  9. Thank you could i by any chance add you on steam?
     
  10. Don't play the game any more due to being to busy with real life
     
  11. Just meant to ask you general advice if needed when free
     
  12. You can do that here and many will help but if its a question about a plugin you will need to post in that plugin topic
     
  13. Code:
    [
      {
        "GroupName": "default",
        "Priority": 3,
        "Title": {
          "Text": "[Player]",
          "Color": "#55aaff",
          "Size": 15,
          "Hidden": false,
          "HiddenIfNotPrimary": true
        },
        "Username": {
          "Color": "#55aaff",
          "Size": 15
        },
        "Message": {
          "Color": "white",
          "Size": 15
        },
        "Format": {
          "Chat": "{Title} {Username}: {Message}",
          "Console": "{Title} {Username}: {Message}"
        }
      },
    {
        "GroupName": "vip",
        "Priority": 1,
        "Title": {
          "Text": "[VIP]",
          "Color": "#8000FF",
          "Size": 15,
          "Hidden": false,
          "HiddenIfNotPrimary": true
        },
        "Username": {
          "Color": "#55aaff",
          "Size": 15
        },
        "Message": {
          "Color": "white",
          "Size": 15
        },
        "Format": {
          "Chat": "{Title} {Username}: {Message}",
          "Console": "{Title} {Username}: {Message}"
        }
      },
    {
        "GroupName": "donator",
        "Priority": 2,
        "Title": {
          "Text": "[Donator]",
          "Color": "#CD2222",
          "Size": 15,
          "Hidden": false,
          "HiddenIfNotPrimary": true
        },
        "Username": {
          "Color": "#55aaff",
          "Size": 15
        },
        "Message": {
          "Color": "white",
          "Size": 15
        },
        "Format": {
          "Chat": "{Title} {Username}: {Message}",
          "Console": "{Title} {Username}: {Message}"
        }
      },
      {
        "GroupName": "admin",
        "Priority": 0,
        "Title": {
          "Text": "[Admin]",
          "Color": "#8ff429",
          "Size": 15,
          "Hidden": false,
          "HiddenIfNotPrimary": false
        },
        "Username": {
          "Color": "#8ff429",
          "Size": 15
        },
        "Message": {
          "Color": "Orange",
          "Size": 15
        },
        "Format": {
          "Chat": "{Title} {Username}: {Message}",
          "Console": "{Title} {Username}: {Message}"
        }
      }
    ]
     
    Last edited by a moderator: Nov 12, 2017
  14. @Adriok I already gave him the file in the correct plugin topic like I said I would above
     
  15. Ohh sorry, didn't read it.