Jump to content

Military Base - Novy Lug


Recommended Posts

arma2oa%202013-06-07%2019-44-29-09.jpg

 

arma2oa%202013-06-07%2019-44-58-41.jpg

 

arma2oa%202013-06-07%2019-45-08-53.jpg

Download the following file.

 

https://dl.dropboxusercontent.com/u/30551655/NovyLugBase.sqf (Right click and save as)

 

Or create NovyLugBase.sqf and copy contents from http://pastebin.com/iXFFVG7m into it.

 

Place this into the root of your mission file.

 

Open up init.sqf and add

[] ExecVM "NovyLugBase.sqf";

To the bottom. Save. Repack .pbo and upload to your server.

 

If you want to add SARGE AI into the base the marker is.

 

arma2oa%202013-06-07%2019-53-42-23.jpg

 

arma2oa%202013-06-07%2019-53-56-64.jpg

// Novy Lug Base
_this = createMarker ["SAR_patrol_novylugbase", [9563.24, 11307.8, 0]];
_this setMarkerShape "RECTANGLE";
_this setMarkeralpha 0;
_this setMarkerType "Flag";
_this setMarkerBrush "Solid";
_this setMarkerSize [10, 10];
SAR_marker_novylugbase = _this;

and to spawn the AI

//Novy Lug Base Spawn
[SAR_marker_novylugbase,1,0,5,"patrol",true] call SAR_AI;
[SAR_marker_novylugbase,1,0,5,"patrol",true] call SAR_AI;
[SAR_marker_novylugbase,1,0,5,"patrol",true] call SAR_AI;

Oviously changing to suit yourself.

 

My original Post : http://opendayz.net/threads/military-base-novy-lug.11022/

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...