You should use the
hudunshow= command instead of the
hudfadeout= command. It just looks better.
And you dont need the plus sign in the
plraddhealth= command.
Try this script:
;Created by Foxking
;Edited by Nue B.
;Header
desc = wash your hands clean from blood in the sink
;Triggers
:state=0:hudreset,hudx=50,hudy=10,hudimagefine=gamecorehudsiconssink.JPG,hudname=hudico,hudhide=1,hudmake=display
:state=0:hudreset,hudx=50,hudy=10,hudimagefine=gamecorehudstextsinkblood.JPG,hudname=talk,hudhide=1,hudmake=display,state=20
:state=20,plrdistwithin=60:hudshow=hudico,state=30
:state=20,plrdistfurther=60:hudunshow=hudico,state=0
:state=30,scancodekeypressed=28:hudunshow=hudico,hudshow=talk,plraddhealth=30,timerstart,state=31
:state=30,plrdistfurther=60:hudunshow=hudico
:state=31,timergreater=5000:hudunshow=talk,state=0
;End of Script