Author Topic: my custom image wont appear when using <bitmap:x>  (Read 844 times)

/title
i know the command is working i tried it with another image but my image wont show up
the dimensions of my image are 512x219 if that helps

Make sure the path is correct, and that you are not including a file extension (e.g. '.png').
Example of a valid use of the bitmap tag:
<bitmap:base/client/ui/ci/skull>

Make sure the path is correct, and that you are not including a file extension (e.g. '.png').
Example of a valid use of the bitmap tag:
<bitmap:base/client/ui/ci/skull>

wrong



I already helped him on BCC:

• Download this: https://forum.blockland.us/index.php?topic=310808.0

• Add the script to your add-on and exec it

• Call addExtraResource("path/to/your/image.png"); in your main script

• Then use <bitmap:path/to/your/image.png>