[Help] HUD API Images not rendering.
Here's the code I'm trying to use ATM, I've tried everything I can think of, but all that happens is the text string is rendered where the image should be.
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
user:hud_add( {
type = "image",
position = {x=0.8, y=0.02},
name = "Potion Effect Notification",
text = "potions_hud_bg.png",
scale = {x=2, y=2},
})