how to make place lighted with flares at night always.
Moderators: Snake Man, Lone Wolf
-
- Recruit
- Posts: 12
- Joined: 2009-06-15 05:03:01
- Gaming Interests: Operation Flashpoint (OFP)
- Editing Interests: Missions
- Location: India
how to make place lighted with flares at night always.
i am keen to learn this.
-
- Commander-In-Chief
- Posts: 9898
- Joined: 2000-07-31 22:01:01
- Gaming Interests: ArmA, ArmA 2, Falcon 4.0 and OFP.
- Editing Interests: All, I (try) to edit everything.
- Location: PMC
Re: how to make place lighted with flares at night always.
I have script like this:
The unit name is "grenados" who needs the M203 grenade launcher. With that script he should be firing flares constantly.
Then you can of course artificially create the flares without soldier firing them. I don't have script for that at hand now, but its done by using createVehicle (or was it camCreate in OFP heh).
Code: Select all
#start
if (!alive grenados) then { exit; };
grenados fire ["m203muzzle","flare","flare"];
grenados addmagazine "flare";
~15 + random 2
goto "start";
Then you can of course artificially create the flares without soldier firing them. I don't have script for that at hand now, but its done by using createVehicle (or was it camCreate in OFP heh).
See PMC Website Hosting and Domain Registration Fee Status topic.
Support PMC
Please help to keep PMC websites online.
New announcement PMC Tactical Forum "The End for local notes" topic.
Support PMC
Please help to keep PMC websites online.
New announcement PMC Tactical Forum "The End for local notes" topic.