Forums » Community Projects
danger flash, it needs fixing
it dosnt get rid of the annoying red flash, and it makes red and blue whole screen strobe effect when your damadged
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.
'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.
nope but /lua HUD.blood_flash.size = '0x0' works to get rid of it
nope what?
DangerFlash is a stupid plugin, I forgot why I wrote it.
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
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...
[edit] or not...
yea i tried that i forget what happened but it didnt work
Yeah, it won't work because the HUD overrides that value on the first show.