Hi,
in file models/weapons/new_weapon/weapon.cfg is defined missileDlightColor 1 1 1
That mean white light. Is possible to use random color everytime when is weapon used? For example new luci: I will shot one bullet (color pink), second (red), third (blue) etc.
I tried missileDlightColor 0~1 0~1 0~1 but it not work. Even this will be bugged, because result can be 0 0 0, but anyway, it not work at all.