Jump to content

Images not appearing

Closed 1.1.9 1.1.9

Chernarust
Chernarust

Posted

Hello I don't have any images appearing on the buttons. I have ImageLibrary installed and all my skins appear. But I can't see the different wood, stone, metal upgrade images.

Merima

Posted

I have same problem with icons.

CASHR

Posted

You have errors in console?

HighOnTek

Posted

Open the .cs file replace the image links with the following, and it will work... I simply used the images available already from Rustlabs. 

            new ImageSettings
            {
                Name = "wood",
                Url = "https://rustlabs.com/img/items180/wood.png"
            },
            new ImageSettings
            {
                Name = "stones",
                Url = "https://rustlabs.com/img/items180/stones.png"
            },
            new ImageSettings
            {
                Name = "metal.fragments",
                Url = "https://rustlabs.com/img/items180/metal.fragments.png"
            },
            new ImageSettings
            {
                Name = "metal.refined",
                Url = "https://rustlabs.com/img/items180/metal.refined.png"

 

CASHR

Posted

Changed Status from Pending to Closed

Changed Fixed In to 1.1.9

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.2k

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.