Hm only thing I could obviously see was this:
PHP Code:
new const gGLOWS[][] =
{
{-1, -1, -1},// NULL
{0, 0, 0}, // BHOP
{0, 255, 0}, // BLOCK
{255, 255, 0}, // BOOSTBLOCK
{0, 255, 255}, // ICEBHOP
{255, 0, 0}, // DELAYEDBHOP 100,0,0
{0, 0, 255}, // FALLBLOCK
{255, 255, 0}, // TELEPORTBLOCK
{255, 255, 255}, // FATALISBLOCK
{148, 0, 211}, // TINKBLOCK
{50, 50, 100}, // MAGICCARPET
{255, 150, 150}, // DUCKBLOCK
{75, 200, 150}, // SPEEDBLOCK
{139, 69, 19}, // SLOWBLOCK
{0, 0, 0}, // TINK5HP
{0, 0, 0}, // FLASHBLOCK
{0, 0, 0}, // KILLBLOCK
{0, 0, 0}, // ANTICT
{0, 0, 0}, // ANTITR
{0, 0, 0} // WINDOWWHITE
};
They're all only rgb not rgb and alpha like necros bm, so I guess you'll have to change the texture of the mdl to something brighter then.
Secondly I think you should remove the code now.
It is a bm made completly without the engine module ( wich actually doesn't mean it's better at all ( more likely worse ) but still )
I doubt that it's a public work, cuz' I have only heard about engine free bm's never actually seen one ( until' now then :p ).