Jump to content
Sign in to follow this  
Laviski

spawn a base for admins to defend

Recommended Posts

wanna do a simple spawn base script. can't seem to find anything i'm looking for. Just looking to spice up current mission by allow players to attack admins and get a reward for doing so. Basically spawn a base and one we dead we spawn the reward. any help would be appreciated.

this is the base i want spawned on cherno. crude but simple.

	class Vehicles
{
	class Item163
	{
		position[]={12011.842,159,12817.463};
		azimut=20;
		id=296;
		side="EMPTY";
		vehicle="Land_A_Castle_Wall1_20_Turn";
		skill=0.60000002;
		text="build11";
	};
	class Item164
	{
		position[]={12019.452,159,12803.028};
		azimut=110;
		id=297;
		side="EMPTY";
		vehicle="Land_A_Castle_Wall1_20";
		skill=0.60000002;
		text="build10";
	};
	class Item165
	{
		position[]={11982.813,159,12814.579};
		azimut=200;
		id=298;
		side="EMPTY";
		vehicle="Land_A_Castle_Bergfrit";
		skill=0.60000002;
		text="build14";
	};
	class Item166
	{
		position[]={12022.532,158.95326,12813.505};
		azimut=20;
		id=299;
		side="EMPTY";
		vehicle="Land_A_Castle_Wall2_Corner_2";
		skill=0.60000002;
		text="build16";
	};
	class Item167
	{
		position[]={11989.043,159,12820.49};
		azimut=110;
		id=300;
		side="EMPTY";
		vehicle="Land_A_Castle_Wall2_Corner_2";
		skill=0.60000002;
		text="build15";
	};
	class Item168
	{
		position[]={12011.169,159,12781.559};
		azimut=290;
		id=301;
		side="EMPTY";
		vehicle="Land_A_Castle_Wall2_Corner";
		skill=0.60000002;
		text="build17";
	};
	class Item169
	{
		position[]={11996.777,158.93245,12812.434};
		azimut=200;
		id=302;
		side="EMPTY";
		vehicle="Land_A_Castle_Stairs_A";
		skill=0.60000002;
		text="build18";
	};
	class Item170
	{
		position[]={12015.149,158.96341,12792.105};
		azimut=110;
		id=303;
		side="EMPTY";
		vehicle="Land_A_Castle_Wall1_20";
		skill=0.60000002;
		text="build10_1";
	};
	class Item171
	{
		position[]={11999.021,159,12785.126};
		azimut=200;
		id=304;
		side="EMPTY";
		vehicle="Land_A_Castle_Wall1_20_Turn";
		skill=0.60000002;
		text="build20";
	};
	class Item172
	{
		position[]={12000.729,158.96236,12821.446};
		azimut=20;
		id=305;
		side="EMPTY";
		vehicle="Land_A_Castle_Wall1_20_Turn";
		skill=0.60000002;
		text="build11_1";
	};
	class Item173
	{
		position[]={11980.918,158.92345,12800.74};
		azimut=290;
		id=306;
		side="EMPTY";
		vehicle="Land_A_Castle_Wall1_20";
		skill=0.60000002;
		text="build21";
	};
};
class Markers
{

	class Item805
	{
		position[]={12001.617,159,12800.616};
		name="admin";
		text="Admin base here";
		type="mil_arrow2";
	};
}

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  

×