Ostatnio stałem się posiadaczem ArmA2
Chciałem zrobić prostą misję żeby zagrać przez neta z bracikiem
Ale po każdym zabiciu gra nie robi respawnu gracza na mapę, czytałem ze należy dodać do skryptu misji kod dot. respawnu. Ale nie mam zielonego pojecia jak i gdzie
Wklejam kod pliku misji:
Kod: Zaznacz cały
version=11;
class Mission
{
addOns[]=
{
"cacharacters2",
"CATracked",
"utes",
"CATracked2_T90"
};
addOnsAuto[]=
{
"CATracked",
"CATracked2_T90",
"utes"
};
randomSeed=1915650;
class Intel
{
startWeather=0.40000001;
forecastWeather=0.25;
year=2008;
month=10;
day=11;
hour=14;
minute=20;
};
class Groups
{
items=8;
class Item0
{
side="WEST";
class Vehicles
{
items=1;
class Item0
{
position[]={3327.7454,19,3614.7488};
id=0;
side="WEST";
vehicle="M1A1";
player="PLAY CDG";
leader=1;
skill=0.60000002;
};
};
};
class Item1
{
side="EAST";
class Vehicles
{
items=1;
class Item0
{
position[]={4137.9565,18.579557,3728.4814};
id=1;
side="EAST";
vehicle="T90";
player="PLAY CDG";
leader=1;
skill=0.60000002;
};
};
};
class Item2
{
side="EAST";
class Vehicles
{
items=1;
class Item0
{
position[]={4150.0703,18.718496,3711.7087};
id=2;
side="EAST";
vehicle="T90";
player="PLAY CDG";
leader=1;
skill=0.60000002;
};
};
};
class Item3
{
side="EAST";
class Vehicles
{
items=1;
class Item0
{
position[]={4132.6763,18.687208,3708.6028};
id=3;
side="EAST";
vehicle="T90";
player="PLAY CDG";
leader=1;
skill=0.60000002;
};
};
};
class Item4
{
side="EAST";
class Vehicles
{
items=1;
class Item0
{
position[]={4153.4863,19.077744,3731.2766};
id=4;
side="EAST";
vehicle="T90";
player="PLAY CDG";
leader=1;
skill=0.60000002;
};
};
};
class Item5
{
side="WEST";
class Vehicles
{
items=1;
class Item0
{
position[]={3325.571,19,3633.6958};
id=5;
side="WEST";
vehicle="M1A1";
player="PLAY CDG";
leader=1;
skill=0.60000002;
};
};
};
class Item6
{
side="WEST";
class Vehicles
{
items=1;
class Item0
{
position[]={3307.2451,19,3612.575};
id=6;
side="WEST";
vehicle="M1A1";
player="PLAY CDG";
leader=1;
skill=0.60000002;
};
};
};
class Item7
{
side="WEST";
class Vehicles
{
items=1;
class Item0
{
position[]={3304.1394,19,3630.2788};
id=7;
side="WEST";
vehicle="M1A1";
player="PLAY CDG";
leader=1;
skill=0.60000002;
};
};
};
};
class Markers
{
items=2;
class Item0
{
position[]={3280.1416,19,3604.4082};
name="Respawn_usa";
type="Empty";
};
class Item1
{
position[]={4167.1079,19.293928,3719.3567};
name="Respawn_zsrr";
type="Empty";
};
};
};
class Intro
{
addOns[]=
{
"utes"
};
addOnsAuto[]=
{
"utes"
};
randomSeed=137445;
class Intel
{
startWeather=0.40000001;
forecastWeather=0.25;
year=2008;
month=10;
day=11;
hour=14;
minute=20;
};
};
class OutroWin
{
addOns[]=
{
"utes"
};
addOnsAuto[]=
{
"utes"
};
randomSeed=612388;
class Intel
{
startWeather=0.40000001;
forecastWeather=0.25;
year=2008;
month=10;
day=11;
hour=14;
minute=20;
};
};
class OutroLoose
{
addOns[]=
{
"utes"
};
addOnsAuto[]=
{
"utes"
};
randomSeed=15240435;
class Intel
{
startWeather=0.40000001;
forecastWeather=0.25;
year=2008;
month=10;
day=11;
hour=14;
minute=20;
};
};