Here is a script I have that shows a HUD image when the person is shot... the image is displayed for a second and then fades away. Is there a way to add a timer so the image is displayed longer?
I have tried and just can't get it to work!
Thanks if ya can help... this code is for fps V. 1.0
;Artificial Intelligence Script
;Header
desc = Laptop_animated
;Triggers
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=gamecore\huds\Laptop_animated_ret.tga,hudname=Laptop_animated,hudhide=1,hudmake=display,state=10
:state=10:hudshow=Laptop_animated,hudfadeout=Laptop_animated,destroy,coloff
:state=10:plrusingaction=1:activate=2
:state=10,activated=2:state=1,setframe=0,sound=$0
:state=1:incframe=0
:state=1,frameatend=0:state=2,coloff
;End of Script