Forums » Community Projects

danger flash, it needs fixing

Jun 22, 2008 look... no hands link
it dosnt get rid of the annoying red flash, and it makes red and blue whole screen strobe effect when your damadged
Jun 22, 2008 maq link
from the main.lua, comment on top:
'This addon's sole purpose is to annoyingly flash on your HUD when you are low on HP.'

Seems like it's doing what it's supposed to ... >.>

Tho, if you just want to get rid of it (the flash), putting:
HUD.blood_flash.size = '0x0'
in a plugin would be enough, i think.
Jun 22, 2008 look... no hands link
nope but /lua HUD.blood_flash.size = '0x0' works to get rid of it
Jun 23, 2008 maq link
nope what?
Jun 23, 2008 Scuba Steve 9.0 link
DangerFlash is a stupid plugin, I forgot why I wrote it.
Jun 23, 2008 look... no hands link
probably to get rid of the blood flash, personally i find it annoying. atleast now i know the lua command to do it thanks maq
Jun 23, 2008 maq link
i bet you know but just to make sure (and for others maybe), put it into main.lua and in some folder in plugins, so it'll autoload.
[edit] or not...
Jul 02, 2008 look... no hands link
yea i tried that i forget what happened but it didnt work
Jul 05, 2008 Scuba Steve 9.0 link
Yeah, it won't work because the HUD overrides that value on the first show.