I can´t make it work. Help me please!

I like it!
omg nice

I like it!
@Vadney:
Do you mean when Medic is Übercharged?

I like it!
Cool :D! What reminds TEAM Fortress! when the medic added your utility bill or bank reserve life!

I like it!
Now I get it
DC AdminOffline
@Sunny Autumn, hundesohn, HunterPL:
no, this is NOT my example script. take a closer look before saying something like that and before rating!

I like it!
nice
Yes...
Spoiler 
--------------------------------------------------
-- Glowing Players Script by Unreal Software --
-- 08.11.2009 - www.UnrealSoftware.de --
--------------------------------------------------
if sample==nil then sample={} end
sample.glowing={}
--------------------------------------
-- GLOW --
--------------------------------------
-- Glow Function
function sample.glowing.makeallglow()
for i=1,32,1 do
id=image("gfx/sprites/flare2.bmp",0,0,255+i) -- Create image @ Player
imagecolor(id,255,255,0) -- Make image yellow
imageblend(id,1) -- Make image glow
imagealpha(id,0.5) -- Decrease Glow Strength
end
end
-- Make Glow instantly after starting server
sample.glowing.makeallglow()
-- Make Glow after roundstart (because images are deleted on roundstart!)
addhook("startround","sample.glowing.startround")
function sample.glowing.startround()
sample.glowing.makeallglow()
end 
I like it!
omg no script of DC

I like it!
I think this was in DC's samples:/

I like it!
Yeah. And the CS's ZP's Survivor glow.

I like it!
Awesomesauce! A zombie with red glow remibds me Counter-Strike's Zombie Plague (the original CS) Nemesis.

I like it!
nice