Did you read the official community guide yet?
Did you search with the keyword HUD?
===============
desc = display text on HUD
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=gamecore\text\pickText.tga,hudname=myhud,hudhide=1,hudmake=display,state=10
:state=10,plrwithinzone=1:hudshow=myhud,hudfadeout=myhud
;my .tga file is located in C:\Program Files\The Game Creators\FPS Creator\Files\languagebank\english\gamecore\text
;this .fpi file is located in the scriptbank
;having spaces before or after commas will prevent the script from running!
1. Place a tga (yourHUDtga.tga) file in C:\Program Files\The Game Creators\FPS Creator\Files\languagebank\english\gamecore\text
2. Copy and paste the code above into Notepad. Change PickText.tga to the name of your tga and save it as an fpi file (myHUD.fpi). Place the fpi file in the scriptbank folder located at C:\Program Files\The Game Creators\FPS Creator\Files\scriptbank