Jump to content
Sign in to follow this  
derox

Alarm Lights

Recommended Posts

Hello,

I am making a mission for arma 2 and i have a small problem.

I am trying to make an alarm go off with lights. I tryed it with triggers to turn it on and off but dident work.

It has to be a MP script because its a multiplayer mission.

So i hoped that somone here could help me

The light

light2 = "#lightpoint" createVehicleLocal [0,0,0];   light2 setLightBrightness 0.02;   light2 setLightAmbient [0.2,0.2,0.2];   light2 setLightColor [255,0,0];   light2 lightAttachObject [obj,[0,+2,-0.2]];

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×