Author Topic: Images in GUIs?  (Read 804 times)

I want to make a simple GUI that displays an image. How would I go about adding it? Is resizing possible?

Save your image as a .png in your add ons folder, and then make a guibitmapctrl with the image as the bitmap. I recommend doing so through the In game GUI editor.

If you have the in-game gui editor, find the variable called bitmap in GuiBitmapCtrl, then put the .png location

Ex: add-ons/Client_Nope/Nope.png