Ok so yesterday I searched the forums for about an hour searching
for text display scripts and I found so many great scripts!!
The one that I liked the best was the timed text script
;Artificial Intelligence Script
;BY: Test Of Will
;Header
desc = HUD For 6 seconds
;Triggers
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=gamecore/text/myownhud,hudname=myownhud,hudhide=1,hudmake=display,state=10
:state=10,plrwithinzone=1:hudshow=myownhud,state=1
:state=1:timerstart,state=2
:state=2,timergreater=6000:state=3
:state=3,plrwithinzone=0:hudfadeout=myownhud,state=0
;End of Script
So I got the to work it displays my message which was great,
but when I place a seccond one it never shows....
I tried making two scripts, and on the seccond I changed the hud name and everything from the first and it never shows..
the images are in png and there in the right place but i cant get it to show, any help would be greatley appreciated!