look at the .sma of the plugin i made you the glow comand is:
Code:
set_user_rendering(id,kRenderFxGlowShell,0,0,0)
the 0, 0, 0 section is the color ranges from 0-255
first 0 is how much red, second how much green, and third how much blue
if you use:
Code:
set_user_rendering(id,kRenderFxGlowShell,0,0,0,kRenderTransAlpha,5)
they will be invisible the number
5 is how invisible
5 is completely or very close to completely invisible
__________________