2016-07-19 21:28:02 +00:00
|
|
|
class CBuilding
|
|
|
|
{
|
|
|
|
name = "Building Supplies";
|
|
|
|
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
2017-02-25 00:08:01 +00:00
|
|
|
items[] =
|
2016-07-19 21:28:02 +00:00
|
|
|
{
|
2017-03-01 02:07:44 +00:00
|
|
|
// not used any more
|
2016-07-19 21:28:02 +00:00
|
|
|
};
|
|
|
|
};
|
|
|
|
class CPlanes
|
|
|
|
{
|
|
|
|
name = "Custom Planes";
|
|
|
|
icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemacc_ca.paa";
|
2017-02-25 00:08:01 +00:00
|
|
|
items[] =
|
2016-07-19 21:28:02 +00:00
|
|
|
{
|
|
|
|
"GNT_C185F",
|
2017-02-25 00:08:01 +00:00
|
|
|
"GNT_C185T"
|
2016-07-19 21:28:02 +00:00
|
|
|
};
|
2017-02-25 00:08:01 +00:00
|
|
|
};
|