Page 1 of 1

lights..

Posted: November 23rd, 2007, 3:28 pm
by t3vY
Is it possible to make lights to blink...like changing it ON/OFF very fast?
And how to make a beam of light ( i once saw it at cod1 i think )?
If it is possible please help. :)

Posted: November 23rd, 2007, 4:49 pm
by floater
it is possible :wink:
it was something with light on; lights off; but i'm not sure about the exact code...
I think scrappy made something like that in one of his maps

Posted: November 23rd, 2007, 10:17 pm
by Nightmare
I used the light as an effect in cod, just play the effect at whatever origin you want.

Posted: November 23rd, 2007, 11:12 pm
by t3vY
?
I have no idea what are you talking about :) ....Can you be more specific how to turn on then off the light?

Posted: November 24th, 2007, 5:34 am
by Nightmare

Code: Select all

playfx(light,light.origin);
thats the code, just make a script origin where you want the light to be and call it light.
and you would also have to make the custom efx file which I do not have atm.

Posted: November 24th, 2007, 5:10 pm
by YaNo
Nightmare wrote:

Code: Select all

playfx(light,light.origin);
For more its playfx(light,anotherscriptbrushname.origin); I think.

I also think that there is a tutorial on how to use a switch for on/off lights at modsonline, it's made for UO but may work on vCoD.

Posted: November 25th, 2007, 10:23 am
by t3vY
Tny :wink: