
06-06-2001, 04:59 PM
|
Retired Oldbie
|
 |
Join Date: Mar 2001
Posts: 3,084
|
|
Well it's:
setcoloreffect R,G,B,A;
R = Red
G = Green
B = Blue
A = Alpha
All should have values between 0 and 1 (For example: 0.6), if you're using light2.png I suggest that you give A a value of 0.99, and as for a blue light:
setcoloreffect 0,0,1,0.99;
should work. |
__________________
|
|
|