Thread: Image in HUD
View Single Post
Author Message
tonline_kms65
Member
Join Date: Aug 2016
Location: Ru. Komsomol-on-Amur
Old 04-16-2021 , 20:47   Image in HUD
Reply With Quote #1

Hello, everyone.
How can I display a picture in the HUD? Not text, but a picture.
Game counter-strike:source


PHP Code:
    char images[256] = "https://upload.wikimedia.org/wikipedia/commons/9/9a/PNG_transparency_demonstration_2";    
    
PrintHintText(iCreator"<font><img src='%s.png'</font>"images); 
As the picture does not format, just a string. What am I doing wrong?

Last edited by tonline_kms65; 04-17-2021 at 05:07.
tonline_kms65 is offline