21 lines
531 B
C++
21 lines
531 B
C++
class CfgGarages {
|
|
locations[] = {
|
|
{"garageAircraft", {4805,8075,0}, 0},
|
|
{"garageArmored", {4805,8075,0}, 0},
|
|
{"garageChopper", {4805,8075,0}, 0},
|
|
{"garageMarine", {4805,8075,0}, 0},
|
|
{"garageStatic", {4805,8075,0}, 0},
|
|
{"garageUAV", {4805,8075,0}, 0},
|
|
{"garageUGV", {4805,8075,0}, 0},
|
|
{"garageWheeled", {4805,8075,0}, 0}
|
|
};
|
|
class garages {
|
|
class garage1 {
|
|
className = "Box_NATO_Equip_F";
|
|
pos[] = {4810, 8075, 0};
|
|
dir = 0;
|
|
garageType = "object";
|
|
garageName = "Player Garage";
|
|
};
|
|
};
|
|
}; |