Quote: "Ive tried both of these "
and did you change the name of the hud in the script for each hud you wanted to display?
ie;
;Artificial Intelligence Script
;Header
desc = My Own HUD
;Triggers
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=gamecore\text\myownhud1.tga,hudname=myownhud1,hudhide=1,hudmake=display,state=1
:state=1,plrwithinzone=1:hudshow=myownhud1,state=2
:state=2,plrwithinzone=0:hudunshow=myownhud1,state=1
;Artificial Intelligence Script
;Header
desc = My Own HUD
;Triggers
:state=0:hudreset,hudx=50,hudy=90,hudimagefine=gamecore\text\myownhud2.tga,hudname=myownhud2,hudhide=1,hudmake=display,state=1
:state=1,plrwithinzone=1:hudshow=myownhud2,state=2
:state=2,plrwithinzone=0:hudunshow=myownhud2,state=1
Where you change myownhud to myownhud1 and myownhud2
So basically changing any "myownhud" to the name of the hud you want to use?
I hope this makes sense?
If not, give me 2 or 3 of the hud you want to use and I will put them into the script for you and you can see where to change it for each new hud.
Far too new to be helping...