Hi ivanfv1989,
Sure thing buddy. Here's what I did.
1) I created a texthud in Photoshop (you can use Gimp, Paint, or whatever, but I use Photoshop). Made it 400x200.
2) Put whatever text you want in your hud you're creating in Photoshop.
3) Save it as a .png. For example, we'll call it imagetexthud.png
4) Now, put that image hud in this folder:
languagebank/english/gamecore/text/ (at this point, you can create a new folder if you want. I did.)
5) Set a trigger zone on your map where you want the imagetexthud.png to appear. Set the main AI to this script:
;Artificial Intelligence Script
;Header
desc = Picture text HUD
;Triggers
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=languagebank\english\gamecore\text\IMAGETEXTHUD.PNG,hudname=IMAGETEXTHUD,hudhide=1,hudmake=display,state=1
:state=1,plrwithinzone=1:hudshow=IMAGETEXTHUD,state=2
:state=2,plrwithinzone=0:hudunshow=IMAGETEXTHUD,state=1
;End of Script
Be sure to change all the IMAGETEXTHUD names in the script to the name of your particular file you saved.
6) Test your game. At this point it should work. Here is a screenshot of one I did just so you can see how it looks.
(Picture Attached)
If you have any questions, please feel free to ask. I'm still new at this, but I learned a lot from reading Nickydude's Official FPSC Community Guide....I'm trying to learn how to script myself.
Cheers and beers
,
King Cobra