Jump to content

I fixed this in your code.

Closed 3.0.6

JustANoob
JustANoob

Posted (edited)

if (player == null) return;
            var text = "All commands:\n<color=yellow>/h open</color> - open ServerHud UI\n<color=yellow>/h events</color> - open Events only\n<color=yellow>/h hide</color> - hide ServerHud UI\n<color=yellow>/h close</color> - close ServerHud UI";
            if (args.Length != 1)
            {
                SendReply(player, text);
                return;
            }
Edited by JustANoob
JustANoob

Posted (edited)

Also how do you change the order the icons and info is positioned in the HUD?

image.png.587012be8857146ba36505aaf0b8a906.png

I liked it when it looked like this.

Edited by JustANoob
AhigaO

Posted

You can swamp them in config like

    {
      "Name": "Bradley",
      "Active color": "#10ff10",
      "Icon": "https://media.discordapp.net/attachments/335512864548847617/1134455316654850049/bradley.png",
      "Color": "#fff",
      "Enable": false
    },
    {
      "Name": "PatrolHeli",
      "Active color": "#10ff10",
      "Icon": "https://media.discordapp.net/attachments/335512864548847617/1134455315073597530/heli.png",
      "Color": "#fff",
      "Enable": false
    },
    {
      "Name": "CH47",
      "Active color": "#10ff10",
      "Icon": "https://media.discordapp.net/attachments/335512864548847617/1134455317485342803/ch47.png",
      "Color": "#fff",
      "Enable": false
    },

To

    {
      "Name": "Bradley",
      "Active color": "#10ff10",
      "Icon": "https://media.discordapp.net/attachments/335512864548847617/1134455316654850049/bradley.png",
      "Color": "#fff",
      "Enable": false
    },
    {
      "Name": "CH47",
      "Active color": "#10ff10",
      "Icon": "https://media.discordapp.net/attachments/335512864548847617/1134455317485342803/ch47.png",
      "Color": "#fff",
      "Enable": false
    },
    {
      "Name": "PatrolHeli",
      "Active color": "#10ff10",
      "Icon": "https://media.discordapp.net/attachments/335512864548847617/1134455315073597530/heli.png",
      "Color": "#fff",
      "Enable": false
    },

AhigaO

Posted

Changed Status from Pending to Closed

JustANoob

Posted

I was wanting the money back in the same spot I meant.

 

It looks fine though, I'll live with it.

Thank You!

1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.3k

Files Sold

Total number of files sold.

2.3m

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.