Ok so i've been trying to regenerate health and i found alot of things by searching. the problem is i'm trying to use it in a multiplayer game, i wanted to have an invisble health bar so it would be more like the COD health, i cant even get a damage hud to appear in MP, wen i get shot theres no red on teh screen , i've tried many methods, and making
1)health regenerate
2)Damage hud show
3)dissapearing health bar
seems impossible to me, please if u can help me in anyway please do.
here are some scripts i found on the site
I have no idea how to use any of these scripts in MP
;Header
desc = COD Health
;Triggers
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=gamecore/huds/user/eyehud.dds,hudname=blood,hudhide=1,hudmake=display
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=gamecore/huds/user/doorsopen.dds,hudname=htext,hudhide=1,hudmake=display
:state=0:hudreset,hudx=50,hudy=50,hudimagefine=gamecore/huds/user/doorsopen.dds,hudname=htext2,hudhide=1,hudmake=display,state=1
:state=1,plrhealthless=25:plrsound=audiobank/misc/ping.wav,hudshow=blood,hudshow=htext,hudshow=htext2,state=2
:state=2,plrhealthgreater=24:hudunshow=htext,hudfadeout=htext2,hudunshow=blood,state=1
;End of Script
I believe that was the Damage hud.
;Artificial Intelligence Script
;Header
desc = SPS999's player health regeneration EDITED BY SNIPESOUL, SNIPED UP STUDIOS
;Triggers
:state=0,plrhealthless=500:timerstart,state=1
:state=1,timergreater=10000:plraddhealth=1
:state=1,plrhealthgreater=499:state=0
;End of Script
and thats the regeneration script