View Single Post
  #2  
Old 06-06-2001, 04:59 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
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.
__________________

Reply With Quote