
08-08-2001, 10:28 AM
|
|
|
Quote:
Originally posted by evilive
On another note, would one of you guys be as so kind to teach me how to make lighting effects. My grandparent's have a nicer graphics card than me, so I can now view the effects. Sooooo.....
|
Quote:
//this color will be white you can make more by combining at setcoloreffect for example: setcoloreffect 1,0,1,.99; etc....
//use as img light2.png
if (playerenters) {
setcoloreffect 1,1,1,.99;
setzoomeffect 2;
dontblock;
drawaslight;
}
|
|
|
|
|