I have option in vip plugin which makes you glow in one random color
PHP Code:
case 3:
{
new p_randomnum = random_num(0, 255)
set_user_rendering(id, kRenderFxGlowShell, p_randomnum, p_randomnum, p_randomnum, kRenderNormal, 25)
}
what i would like is that when this option is selected it would make you glow not in one specific color but that color would change in time.
What could be the ways to do that?