Jump to content

TimedPermission for VIP group display

No Response 1.2.1

pilule99
pilule99

Posted

Hi! I'm trying to make appears a VIP logo when a player are in a TimedPermission group but didn't work... I have 3 VIP groups to display (vip1, vip2, vip3).. Someone can explain me quickly how i'm suppose to modify the content to make it work? thanks a lot

 

"Timed Permissions: Edit 'vip_*' ( Permissions / Groups )": {
    "vip_1": {
      "On/Off (true/false)": true,
      "Reload delay": 5,
      "Commands (leave blank to disable)": null,
      "The order the icon should place": 0,
      "Change text alignment": 4,
      "Text size": 11,
      "Text fonts ( 0 - 3 )": 0,
      "Color Text ( HEX )": "#ffffff",
      "The position on the screen that the icon should be ( LeftTop, CenterTop, RightTop, LeftBottom, CenterBottom, RightBottom)": "CenterTop",
      "Swich On": {
        "Themes ( HUD - BASIC - CUBE - TRIANGLE )": "HUD",
        "Color 1": "#000000",
        "Color 2": "#ff9800",
        "Color 3": null,
        "Color Icon": "#ffffff",
        "Opacity 1": 0.3,
        "Opacity 2": 1.0,
        "Opacity 3": 0.0,
        "Opacity icon": 1.0,
        "Enlarge icon": 1.5,
        "Icon ID": "Vip_3",
        "URL Custom": null
      },
      "Swich OFF": null,
      "Position of text in the logo": "20 0 -1 0",
      "Width BAR SIZE : 1 - 15": 7
    },
    "demo": {
      "On/Off (true/false)": true,
      "Reload delay": 5,
      "Commands (leave blank to disable)": null,
      "The order the icon should place": 0,
      "Change text alignment": 4,
      "Text size": 11,
      "Text fonts ( 0 - 3 )": 0,
      "Color Text ( HEX )": "#ffffff",
      "The position on the screen that the icon should be ( LeftTop, CenterTop, RightTop, LeftBottom, CenterBottom, RightBottom)": "CenterBottom",
      "Swich On": {
        "Themes ( HUD - BASIC - CUBE - TRIANGLE )": "HUD",
        "Color 1": "#000000",
        "Color 2": "#ff9800",
        "Color 3": null,
        "Color Icon": "#ffffff",
        "Opacity 1": 0.3,
        "Opacity 2": 1.0,
        "Opacity 3": 0.0,
        "Opacity icon": 1.0,
        "Enlarge icon": 1.5,
        "Icon ID": "Vip_1",
        "URL Custom": null
      },
      "Swich OFF": null,
      "Position of text in the logo": "20 0 -2 0",
      "Width BAR SIZE : 1 - 15": 7
    }
  },

FouDuGame360

Posted

hello pill99 I put an example of a config (Vip1, Vip2, Vip3) sorry for the wait if you use (IQ Permissions) for the moments the plugin is in conflicts I am working on a new version 1.2.2 which will resolve the conflicts

    "vip1": {
      "On/Off (true/false)": true,
      "Reload delay": 5,
      "Commands (leave blank to disable)": null,
      "The order the icon should place": 0,
      "Change text alignment": 4,
      "Text size": 11,
      "Text fonts ( 0 - 3 )": 0,
      "Color Text ( HEX )": "#ffffff",
      "The position on the screen that the icon should be ( LeftTop, CenterTop, RightTop, LeftBottom, CenterBottom, RightBottom)": "CenterTop",
      "Swich On": {
        "Themes ( HUD - BASIC - CUBE - TRIANGLE )": "HUD",
        "Color 1": "#000000",
        "Color 2": "#ff9800",
        "Color 3": null,
        "Color Icon": "#ffffff",
        "Opacity 1": 0.3,
        "Opacity 2": 1.0,
        "Opacity 3": 0.0,
        "Opacity icon": 1.0,
        "Enlarge icon": 1.5,
        "Icon ID": "Vip_3",
        "URL Custom": null
      },
      "Swich OFF": null,
      "Position of text in the logo": "20 0 -1 0",
      "Width BAR SIZE : 1 - 15": 6
    },
    "vip2": {
      "On/Off (true/false)": true,
      "Reload delay": 5,
      "Commands (leave blank to disable)": null,
      "The order the icon should place": 1,
      "Change text alignment": 4,
      "Text size": 11,
      "Text fonts ( 0 - 3 )": 0,
      "Color Text ( HEX )": "#ffffff",
      "The position on the screen that the icon should be ( LeftTop, CenterTop, RightTop, LeftBottom, CenterBottom, RightBottom)": "CenterTop",
      "Swich On": {
        "Themes ( HUD - BASIC - CUBE - TRIANGLE )": "HUD",
        "Color 1": "#000000",
        "Color 2": "#ff9800",
        "Color 3": null,
        "Color Icon": "#ffffff",
        "Opacity 1": 0.3,
        "Opacity 2": 1.0,
        "Opacity 3": 0.0,
        "Opacity icon": 1.0,
        "Enlarge icon": 1.5,
        "Icon ID": "Vip_3",
        "URL Custom": null
      },
      "Swich OFF": null,
      "Position of text in the logo": "20 0 -1 0",
      "Width BAR SIZE : 1 - 15": 6
    },
    "vip3": {
      "On/Off (true/false)": true,
      "Reload delay": 5,
      "Commands (leave blank to disable)": null,
      "The order the icon should place": 2,
      "Change text alignment": 4,
      "Text size": 11,
      "Text fonts ( 0 - 3 )": 0,
      "Color Text ( HEX )": "#ffffff",
      "The position on the screen that the icon should be ( LeftTop, CenterTop, RightTop, LeftBottom, CenterBottom, RightBottom)": "CenterTop",
      "Swich On": {
        "Themes ( HUD - BASIC - CUBE - TRIANGLE )": "HUD",
        "Color 1": "#000000",
        "Color 2": "#ff9800",
        "Color 3": null,
        "Color Icon": "#ffffff",
        "Opacity 1": 0.3,
        "Opacity 2": 1.0,
        "Opacity 3": 0.0,
        "Opacity icon": 1.0,
        "Enlarge icon": 1.5,
        "Icon ID": "Vip_3",
        "URL Custom": null
      },
      "Swich OFF": null,
      "Position of text in the logo": "20 0 -1 0",
      "Width BAR SIZE : 1 - 15": 6
    }

 

FouDuGame360

Posted

Changed Status from Pending to Work in Progress

FouDuGame360

Posted

Changed Status from Work in Progress to No Response

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.3k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.