Show Image by I3lackjackx11th Aug 2009 20:47
|
---|
Summary Shows a hud Replace YOURHUD with your filename Description Code ` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com ;Artificial Intelligence Script ;Header desc = Player in Zone, Show HUD ;Triggers :state=0:hudreset,hudx=50,hudy=90,hudimagefine=gamecore\huds\YOURHUD.TGA,hudname=hud1,hudhide=1,hudmake=display,state=1 :state=1,plrwithinzone=1:hudshow=hud1,state=2 :state=2,plrwithinzone=0:hudfadeout=hud1,state=1 ;End of Script |